Html Css Color HEX #C42116 Harley Davidson Orange

📋 copy color: '#C42116'

red 196 ◦ green 33 ◦ blue 22

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

Shades of Harley Davidson Orange #C42116

Tints of Harley Davidson Orange #C42116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 78.09%
G = 13.15%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42116 (or 0xC42116) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 16. RGB value is (196,33,22). Sum of RGB (Red+Green+Blue) = 196+33+22=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42116 is #3BDEE9. Grayscale: #505050. Windows color (decimal): -3923690 or 1450436. OLE color: 1450436.

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

Color convert

RGB 196 33 22 -
CMYK 0 0.83 0.89 0.23
HSL 3.79º 0.8% 0.43% -
HSV(B) 3.79º 0.89% 0.77% -
XYZ 23.45 12.88 2.01 -
YUV 80.48 95 210.39 -
System Red Green Blue C M Y K H S L
Decimal 196 33 22 0 0.83 0.89 0.23 3.79 0.8 0.43
Hex C4 21 16 0 53 59 17 4 50 2B
Octal 304 41 26 0 123 131 27 4 120 53
Binary 11000100 100001 10110 0 1010011 1011001 10111 100 1010000 101011

Color Harmonies of #C42116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42116

Black with #C42116

Text Example


Text Example

White with #C42116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42116; }

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

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

background-color css

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

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

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

border-color css

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

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

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