Html Css Color HEX #C42011 Harley Davidson Orange

📋 copy color: '#C42011'

red 196 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #C42011

Tints of Harley Davidson Orange #C42011

RGB

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

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

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

R = 80%
G = 13.06%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C42011 (or 0xC42011) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 11. RGB value is (196,32,17). Sum of RGB (Red+Green+Blue) = 196+32+17=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C42011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42011 is #3BDFEE. Grayscale: #4F4F4F. Windows color (decimal): -3923951 or 1122500. OLE color: 1122500.

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

Color convert

RGB 196 32 17 -
CMYK 0 0.84 0.91 0.23
HSL 5.03º 0.84% 0.42% -
HSV(B) 5.03º 0.91% 0.77% -
XYZ 23.38 12.81 1.77 -
YUV 79.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 196 32 17 0 0.84 0.91 0.23 5.03 0.84 0.42
Hex C4 20 11 0 54 5B 17 5 54 2A
Octal 304 40 21 0 124 133 27 5 124 52
Binary 11000100 100000 10001 0 1010100 1011011 10111 101 1010100 101010

Color Harmonies of #C42011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42011

Black with #C42011

Text Example


Text Example

White with #C42011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42011; }

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

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

background-color css

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

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

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

border-color css

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

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

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