Html Css Color HEX #C42112 Harley Davidson Orange

📋 copy color: '#C42112'

red 196 ◦ green 33 ◦ blue 18

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

Shades of Harley Davidson Orange #C42112

Tints of Harley Davidson Orange #C42112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 79.35%
G = 13.36%
B = 7.29%

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

#C42112 (or 0xC42112) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 12. RGB value is (196,33,18). Sum of RGB (Red+Green+Blue) = 196+33+18=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C42112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42112 is #3BDEED. Grayscale: #505050. Windows color (decimal): -3923694 or 1188292. OLE color: 1188292.

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

Color convert

RGB 196 33 18 -
CMYK 0 0.83 0.91 0.23
HSL 5.06º 0.83% 0.42% -
HSV(B) 5.06º 0.91% 0.77% -
XYZ 23.42 12.87 1.82 -
YUV 80.03 93 210.72 -
System Red Green Blue C M Y K H S L
Decimal 196 33 18 0 0.83 0.91 0.23 5.06 0.83 0.42
Hex C4 21 12 0 53 5B 17 5 53 2A
Octal 304 41 22 0 123 133 27 5 123 52
Binary 11000100 100001 10010 0 1010011 1011011 10111 101 1010011 101010

Color Harmonies of #C42112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42112

Black with #C42112

Text Example


Text Example

White with #C42112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42112; }

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

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

background-color css

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

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

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

border-color css

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

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

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