Html Css Color HEX #C02F09 Harley Davidson Orange

📋 copy color: '#C02F09'

red 192 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #C02F09

Tints of Harley Davidson Orange #C02F09

RGB

 RED value IS 192 (75.39% from 255) = 77.42%

 GREEN value IS 47 (18.75% from 255) = 18.95%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 77.42%
G = 18.95%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#C02F09 (or 0xC02F09) is known color: Harley Davidson Orange. HEX triplet: C0, 2F and 09. RGB value is (192,47,9). Sum of RGB (Red+Green+Blue) = 192+47+9=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02F09 is #3FD0F6. Grayscale: #565656. Windows color (decimal): -4182263 or 602048. OLE color: 602048.

HSL color Cylindrical-coordinate representation of color #C02F09: hue angle of 12.46º 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 #C02F09 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 47 9 -
CMYK 0 0.76 0.95 0.25
HSL 12.46º 0.91% 0.39% -
HSV(B) 12.46º 0.95% 0.75% -
XYZ 22.8 13.26 1.62 -
YUV 86.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 192 47 9 0 0.76 0.95 0.25 12.46 0.91 0.39
Hex C0 2F 9 0 4C 5F 19 C 5B 27
Octal 300 57 11 0 114 137 31 14 133 47
Binary 11000000 101111 1001 0 1001100 1011111 11001 1100 1011011 100111

Color Harmonies of #C02F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02F09

Black with #C02F09

Text Example


Text Example

White with #C02F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02F09; }

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

 H1.HeaderClassName
 {
   color: #C02F09;
 }
 .AnyTagClassName
 {
   color: #C02F09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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