Html Css Color HEX #C02409 Harley Davidson Orange

📋 copy color: '#C02409'

red 192 ◦ green 36 ◦ blue 9

#C02409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C02409

Tints of Harley Davidson Orange #C02409

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.8%

R = 81.01%
G = 15.19%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C02409 (or 0xC02409) is known color: 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

RGB 192 36 9 -
CMYK 0 0.81 0.95 0.25
HSL 8.85º 0.91% 0.39% -
HSV(B) 8.85º 0.95% 0.75% -
XYZ 22.42 12.49 1.49 -
YUV 79.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 192 36 9 0 0.81 0.95 0.25 8.85 0.91 0.39
Hex C0 24 9 0 51 5F 19 9 5B 27
Octal 300 44 11 0 121 137 31 11 133 47
Binary 11000000 100100 1001 0 1010001 1011111 11001 1001 1011011 100111

Color Harmonies of #C02409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02409

Black with #C02409

Text Example


Text Example

White with #C02409

Text Example


Text Example

HTML Codes & Css Web 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>