Html Css Color HEX #C22C11 Harley Davidson Orange

📋 copy color: '#C22C11'

red 194 ◦ green 44 ◦ blue 17

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

Shades of Harley Davidson Orange #C22C11

Tints of Harley Davidson Orange #C22C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 76.08%
G = 17.25%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C22C11 (or 0xC22C11) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 11. RGB value is (194,44,17). Sum of RGB (Red+Green+Blue) = 194+44+17=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C11 is #3DD3EE. Grayscale: #565656. Windows color (decimal): -4051951 or 1125570. OLE color: 1125570.

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

Color convert

RGB 194 44 17 -
CMYK 0 0.77 0.91 0.24
HSL 9.15º 0.84% 0.41% -
HSV(B) 9.15º 0.91% 0.76% -
XYZ 23.25 13.31 1.87 -
YUV 85.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 194 44 17 0 0.77 0.91 0.24 9.15 0.84 0.41
Hex C2 2C 11 0 4D 5B 18 9 54 29
Octal 302 54 21 0 115 133 30 11 124 51
Binary 11000010 101100 10001 0 1001101 1011011 11000 1001 1010100 101001

Color Harmonies of #C22C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C11

Black with #C22C11

Text Example


Text Example

White with #C22C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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