#C84213

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

Shades of Harley Davidson Orange #C84213

Tints of Harley Davidson Orange #C84213

Color information

#C84213 (or 0xC84213) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 42 and 13. RGB value is (200,66,19). Sum of RGB (Red+Green+Blue) = 200+66+19=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84213 is #37BDEC. Grayscale: #656565. Windows color (decimal): -3653101 or 1262280. OLE color: 1262280.

HSL color Cylindrical-coordinate representation of color #C84213: hue angle of 15.58º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84213 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB2006619-
CMYK00.670.900.22
HSL15.58º82.65%42.94%-
HSV(B)15.58º90.5%78.43%-
XYZ25.8916.222.38-
YUV100.7181.89198.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.18%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=70.18%
G=23.16%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200661900.670.900.2215.5882.6542.94
HexC842130435A1610532b
Octal310102230103132262012353
Binary1100100010000101001101000011101101010110100001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84213; }

 p { color: rgb(200,66,19); }

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

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

 a { background-color: rgb(200,66,19); }

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

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

 span { border-color: rgb(200,66,19); }

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