Html Css Color HEX #C42311 Harley Davidson Orange

📋 copy color: '#C42311'

red 196 ◦ green 35 ◦ blue 17

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

Shades of Harley Davidson Orange #C42311

Tints of Harley Davidson Orange #C42311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

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

R = 79.03%
G = 14.11%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C42311 (or 0xC42311) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 11. RGB value is (196,35,17). Sum of RGB (Red+Green+Blue) = 196+35+17=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C42311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42311 is #3BDCEE. Grayscale: #515151. Windows color (decimal): -3923183 or 1123268. OLE color: 1123268.

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

Color convert

RGB 196 35 17 -
CMYK 0 0.82 0.91 0.23
HSL 6.03º 0.84% 0.42% -
HSV(B) 6.03º 0.91% 0.77% -
XYZ 23.47 12.98 1.8 -
YUV 81.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 196 35 17 0 0.82 0.91 0.23 6.03 0.84 0.42
Hex C4 23 11 0 52 5B 17 6 54 2A
Octal 304 43 21 0 122 133 27 6 124 52
Binary 11000100 100011 10001 0 1010010 1011011 10111 110 1010100 101010

Color Harmonies of #C42311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42311

Black with #C42311

Text Example


Text Example

White with #C42311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42311; }

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

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

background-color css

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

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

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

border-color css

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

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

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