Html Css Color HEX #C22009 Harley Davidson Orange

📋 copy color: '#C22009'

red 194 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #C22009

Tints of Harley Davidson Orange #C22009

RGB

 RED value IS 194 (76.17% from 255) = 82.55%

 GREEN value IS 32 (12.89% from 255) = 13.62%

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

R = 82.55%
G = 13.62%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C22009 (or 0xC22009) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 09. RGB value is (194,32,9). Sum of RGB (Red+Green+Blue) = 194+32+9=235 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.55% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 194 - color contains mainly: red. Hex color #C22009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22009 is #3DDFF6. Grayscale: #4E4E4E. Windows color (decimal): -4055031 or 598210. OLE color: 598210.

HSL color Cylindrical-coordinate representation of color #C22009: hue angle of 7.46º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C22009 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 32 9 -
CMYK 0 0.84 0.95 0.24
HSL 7.46º 0.91% 0.4% -
HSV(B) 7.46º 0.95% 0.76% -
XYZ 22.81 12.52 1.47 -
YUV 77.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 194 32 9 0 0.84 0.95 0.24 7.46 0.91 0.4
Hex C2 20 9 0 54 5F 18 7 5B 28
Octal 302 40 11 0 124 137 30 7 133 50
Binary 11000010 100000 1001 0 1010100 1011111 11000 111 1011011 101000

Color Harmonies of #C22009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22009

Black with #C22009

Text Example


Text Example

White with #C22009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22009; }

 p { color: rgb(194,32,9); }

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

background-color css

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

 a { background-color: rgb(194,32,9); }

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

border-color css

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

 span { border-color: rgb(194,32,9); }

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