#C02409

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

Shades of Harley Davidson Orange #C02409

Tints of Harley Davidson Orange #C02409

Color information

#C02409 (or 0xC02409) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 24 and 09. RGB value is (192,36,9). Sum of RGB (Red+Green+Blue) = 192+36+9=237 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.01% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 192 - color contains mainly: red. Hex color #C02409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02409 is #3FDBF6. Grayscale: #4F4F4F. Windows color (decimal): -4185079 or 599232. OLE color: 599232.

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

Color convert

RGB192369-
CMYK00.810.950.25
HSL8.85º91.04%39.41%-
HSV(B)8.85º95.31%75.29%-
XYZ22.4212.491.49-
YUV79.5788.18208.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 81.01%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=81.01%
G=15.19%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19236900.810.950.258.8591.0439.41
HexC02490515F1995b27
Octal30044110121137311113347
Binary1100000010010010010101000110111111100110011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02409; }

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

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

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

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

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

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

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

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