Html Css Color HEX #C42211 Harley Davidson Orange

📋 copy color: '#C42211'

red 196 ◦ green 34 ◦ blue 17

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

Shades of Harley Davidson Orange #C42211

Tints of Harley Davidson Orange #C42211

RGB

 RED value IS 196 (76.95% from 255) = 79.35%

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 79.35%
G = 13.77%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C42211 (or 0xC42211) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 11. RGB value is (196,34,17). Sum of RGB (Red+Green+Blue) = 196+34+17=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C42211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42211 is #3BDDEE. Grayscale: #505050. Windows color (decimal): -3923439 or 1123012. OLE color: 1123012.

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

Color convert

RGB 196 34 17 -
CMYK 0 0.83 0.91 0.23
HSL 5.7º 0.84% 0.42% -
HSV(B) 5.7º 0.91% 0.77% -
XYZ 23.44 12.92 1.79 -
YUV 80.5 92.17 210.38 -
System Red Green Blue C M Y K H S L
Decimal 196 34 17 0 0.83 0.91 0.23 5.7 0.84 0.42
Hex C4 22 11 0 53 5B 17 6 54 2A
Octal 304 42 21 0 123 133 27 6 124 52
Binary 11000100 100010 10001 0 1010011 1011011 10111 110 1010100 101010

Color Harmonies of #C42211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42211

Black with #C42211

Text Example


Text Example

White with #C42211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42211; }

 p { color: rgb(196,34,17); }

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

background-color css

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

 a { background-color: rgb(196,34,17); }

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

border-color css

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

 span { border-color: rgb(196,34,17); }

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