#C6300D

Color #C6300D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C6300D

Tints of Harley Davidson Orange #C6300D

Color information

#C6300D (or 0xC6300D) is unknown color: approx Harley Davidson Orange. HEX triplet: C6, 30 and 0D. RGB value is (198,48,13). Sum of RGB (Red+Green+Blue) = 198+48+13=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C6300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6300D is #39CFF2. Grayscale: #595959. Windows color (decimal): -3788787 or 864454. OLE color: 864454.

HSL color Cylindrical-coordinate representation of color #C6300D: hue angle of 11.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6300D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB1984813-
CMYK00.760.930.22
HSL11.35º87.68%41.37%-
HSV(B)11.35º93.43%77.65%-
XYZ24.4214.151.82-
YUV88.8685.2205.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 76.45%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 13 (5.47% from 255) = 5.02%
R=76.45%
G=18.53%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198481300.760.930.2211.3587.6841.37
HexC630D04C5D16b5829
Octal30660150114135261313051
Binary1100011011000011010100110010111011011010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6300D; }

 p { color: rgb(198,48,13); }

 H1.HeaderClassName
 {
   color: #C6300D;
 }
 .AnyTagClassName
 {
   color: #C6300D;
 }
</style>
background-color css

<style>
 a { background-color: #C6300D; }

 a { background-color: rgb(198,48,13); }

 div.DivClassName
 {
   background-color: #C6300D;
 }
 .BgClassName
 {
   background-color: #C6300D;
 }
</style>
border-color css

<style>
 span { border-color: #C6300D; }

 span { border-color: rgb(198,48,13); }

 td.TdClassName
 {
   border-color: #C6300D;
 }
 .TagClassName
 {
   border-color: #C6300D;
 }
</style>