Html Css Color HEX #C42416 Harley Davidson Orange

📋 copy color: '#C42416'

red 196 ◦ green 36 ◦ blue 22

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

Shades of Harley Davidson Orange #C42416

Tints of Harley Davidson Orange #C42416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 77.17%
G = 14.17%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42416 (or 0xC42416) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 16. RGB value is (196,36,22). Sum of RGB (Red+Green+Blue) = 196+36+22=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C42416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42416 is #3BDBE9. Grayscale: #525252. Windows color (decimal): -3922922 or 1451204. OLE color: 1451204.

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

Color convert

RGB 196 36 22 -
CMYK 0 0.82 0.89 0.23
HSL 4.83º 0.8% 0.43% -
HSV(B) 4.83º 0.89% 0.77% -
XYZ 23.54 13.06 2.04 -
YUV 82.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 196 36 22 0 0.82 0.89 0.23 4.83 0.8 0.43
Hex C4 24 16 0 52 59 17 5 50 2B
Octal 304 44 26 0 122 131 27 5 120 53
Binary 11000100 100100 10110 0 1010010 1011001 10111 101 1010000 101011

Color Harmonies of #C42416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42416

Black with #C42416

Text Example


Text Example

White with #C42416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42416; }

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

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

background-color css

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

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

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

border-color css

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

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

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