Html Css Color HEX #C42216 Harley Davidson Orange

📋 copy color: '#C42216'

red 196 ◦ green 34 ◦ blue 22

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

Shades of Harley Davidson Orange #C42216

Tints of Harley Davidson Orange #C42216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.49%

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

R = 77.78%
G = 13.49%
B = 8.73%

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

#C42216 (or 0xC42216) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 16. RGB value is (196,34,22). Sum of RGB (Red+Green+Blue) = 196+34+22=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C42216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42216 is #3BDDE9. Grayscale: #515151. Windows color (decimal): -3923434 or 1450692. OLE color: 1450692.

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

Color convert

RGB 196 34 22 -
CMYK 0 0.83 0.89 0.23
HSL 4.14º 0.8% 0.43% -
HSV(B) 4.14º 0.89% 0.77% -
XYZ 23.48 12.94 2.02 -
YUV 81.07 94.67 209.98 -
System Red Green Blue C M Y K H S L
Decimal 196 34 22 0 0.83 0.89 0.23 4.14 0.8 0.43
Hex C4 22 16 0 53 59 17 4 50 2B
Octal 304 42 26 0 123 131 27 4 120 53
Binary 11000100 100010 10110 0 1010011 1011001 10111 100 1010000 101011

Color Harmonies of #C42216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42216

Black with #C42216

Text Example


Text Example

White with #C42216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42216; }

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

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

background-color css

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

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

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

border-color css

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

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

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