Html Css Color HEX #C22111 Harley Davidson Orange

📋 copy color: '#C22111'

red 194 ◦ green 33 ◦ blue 17

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

Shades of Harley Davidson Orange #C22111

Tints of Harley Davidson Orange #C22111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

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

R = 79.51%
G = 13.52%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C22111 (or 0xC22111) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 11. RGB value is (194,33,17). Sum of RGB (Red+Green+Blue) = 194+33+17=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C22111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22111 is #3DDEEE. Grayscale: #4F4F4F. Windows color (decimal): -4054767 or 1122754. OLE color: 1122754.

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

Color convert

RGB 194 33 17 -
CMYK 0 0.83 0.91 0.24
HSL 5.42º 0.84% 0.41% -
HSV(B) 5.42º 0.91% 0.76% -
XYZ 22.89 12.6 1.76 -
YUV 79.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 194 33 17 0 0.83 0.91 0.24 5.42 0.84 0.41
Hex C2 21 11 0 53 5B 18 5 54 29
Octal 302 41 21 0 123 133 30 5 124 51
Binary 11000010 100001 10001 0 1010011 1011011 11000 101 1010100 101001

Color Harmonies of #C22111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22111

Black with #C22111

Text Example


Text Example

White with #C22111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22111; }

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

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

background-color css

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

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

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

border-color css

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

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

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