Html Css Color HEX #C42816 Harley Davidson Orange

📋 copy color: '#C42816'

red 196 ◦ green 40 ◦ blue 22

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

Shades of Harley Davidson Orange #C42816

Tints of Harley Davidson Orange #C42816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 75.97%
G = 15.5%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42816 (or 0xC42816) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 16. RGB value is (196,40,22). Sum of RGB (Red+Green+Blue) = 196+40+22=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C42816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42816 is #3BD7E9. Grayscale: #545454. Windows color (decimal): -3921898 or 1452228. OLE color: 1452228.

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

Color convert

RGB 196 40 22 -
CMYK 0 0.80 0.89 0.23
HSL 6.21º 0.8% 0.43% -
HSV(B) 6.21º 0.89% 0.77% -
XYZ 23.67 13.31 2.08 -
YUV 84.59 92.68 207.46 -
System Red Green Blue C M Y K H S L
Decimal 196 40 22 0 0.80 0.89 0.23 6.21 0.8 0.43
Hex C4 28 16 0 50 59 17 6 50 2B
Octal 304 50 26 0 120 131 27 6 120 53
Binary 11000100 101000 10110 0 1010000 1011001 10111 110 1010000 101011

Color Harmonies of #C42816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42816

Black with #C42816

Text Example


Text Example

White with #C42816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42816; }

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

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

background-color css

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

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

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

border-color css

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

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

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