#C02407

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

Shades of Harley Davidson Orange #C02407

Tints of Harley Davidson Orange #C02407

Color information

#C02407 (or 0xC02407) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 24 and 07. RGB value is (192,36,7). Sum of RGB (Red+Green+Blue) = 192+36+7=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02407 is #3FDBF8. Grayscale: #4F4F4F. Windows color (decimal): -4185081 or 468160. OLE color: 468160.

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

Color convert

RGB192367-
CMYK00.810.960.25
HSL9.41º92.96%39.02%-
HSV(B)9.41º96.35%75.29%-
XYZ22.4112.481.43-
YUV79.3487.18208.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.70%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=81.70%
G=15.32%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19236700.810.960.259.4192.9639.02
HexC0247051601995d27
Octal3004470121140311113547
Binary110000001001001110101000111000001100110011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02407; }

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

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

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

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

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

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

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

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