Html Css Color HEX #C42111 Harley Davidson Orange

📋 copy color: '#C42111'

red 196 ◦ green 33 ◦ blue 17

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

Shades of Harley Davidson Orange #C42111

Tints of Harley Davidson Orange #C42111

RGB

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

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

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

R = 79.67%
G = 13.41%
B = 6.91%

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

#C42111 (or 0xC42111) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 11. RGB value is (196,33,17). Sum of RGB (Red+Green+Blue) = 196+33+17=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C42111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42111 is #3BDEEE. Grayscale: #505050. Windows color (decimal): -3923695 or 1122756. OLE color: 1122756.

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

Color convert

RGB 196 33 17 -
CMYK 0 0.83 0.91 0.23
HSL 5.36º 0.84% 0.42% -
HSV(B) 5.36º 0.91% 0.77% -
XYZ 23.41 12.86 1.78 -
YUV 79.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 196 33 17 0 0.83 0.91 0.23 5.36 0.84 0.42
Hex C4 21 11 0 53 5B 17 5 54 2A
Octal 304 41 21 0 123 133 27 5 124 52
Binary 11000100 100001 10001 0 1010011 1011011 10111 101 1010100 101010

Color Harmonies of #C42111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42111

Black with #C42111

Text Example


Text Example

White with #C42111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42111; }

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

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

background-color css

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

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

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

border-color css

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

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

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