Html Css Color HEX #C22C09 Harley Davidson Orange

📋 copy color: '#C22C09'

red 194 ◦ green 44 ◦ blue 9

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

Shades of Harley Davidson Orange #C22C09

Tints of Harley Davidson Orange #C22C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 78.54%
G = 17.81%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C22C09 (or 0xC22C09) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 09. RGB value is (194,44,9). Sum of RGB (Red+Green+Blue) = 194+44+9=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C09 is #3DD3F6. Grayscale: #555555. Windows color (decimal): -4051959 or 601282. OLE color: 601282.

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

Color convert

RGB 194 44 9 -
CMYK 0 0.77 0.95 0.24
HSL 11.35º 0.91% 0.4% -
HSV(B) 11.35º 0.95% 0.76% -
XYZ 23.2 13.29 1.6 -
YUV 84.86 85.2 205.85 -
System Red Green Blue C M Y K H S L
Decimal 194 44 9 0 0.77 0.95 0.24 11.35 0.91 0.4
Hex C2 2C 9 0 4D 5F 18 B 5B 28
Octal 302 54 11 0 115 137 30 13 133 50
Binary 11000010 101100 1001 0 1001101 1011111 11000 1011 1011011 101000

Color Harmonies of #C22C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C09

Black with #C22C09

Text Example


Text Example

White with #C22C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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