#C22407

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

Shades of Harley Davidson Orange #C22407

Tints of Harley Davidson Orange #C22407

Color information

#C22407 (or 0xC22407) is unknown color: approx Harley Davidson Orange. HEX triplet: C2, 24 and 07. RGB value is (194,36,7). Sum of RGB (Red+Green+Blue) = 194+36+7=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C22407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22407 is #3DDBF8. Grayscale: #505050. Windows color (decimal): -4054009 or 468162. OLE color: 468162.

HSL color Cylindrical-coordinate representation of color #C22407: hue angle of 9.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C22407 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB194367-
CMYK00.810.960.24
HSL9.3º93.03%39.41%-
HSV(B)9.3º96.39%76.08%-
XYZ22.9212.751.45-
YUV79.9486.85209.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 81.86%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=81.86%
G=15.19%
B=2.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19436700.810.960.249.393.0339.41
HexC2247051601895d27
Octal3024470121140301113547
Binary110000101001001110101000111000001100010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22407; }

 p { color: rgb(194,36,7); }

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

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

 a { background-color: rgb(194,36,7); }

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

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

 span { border-color: rgb(194,36,7); }

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