Html Css Color HEX #C42516 Harley Davidson Orange

📋 copy color: '#C42516'

red 196 ◦ green 37 ◦ blue 22

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

Shades of Harley Davidson Orange #C42516

Tints of Harley Davidson Orange #C42516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 76.86%
G = 14.51%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C42516 (or 0xC42516) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 16. RGB value is (196,37,22). Sum of RGB (Red+Green+Blue) = 196+37+22=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42516 is #3BDAE9. Grayscale: #535353. Windows color (decimal): -3922666 or 1451460. OLE color: 1451460.

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

Color convert

RGB 196 37 22 -
CMYK 0 0.81 0.89 0.23
HSL 5.17º 0.8% 0.43% -
HSV(B) 5.17º 0.89% 0.77% -
XYZ 23.57 13.12 2.05 -
YUV 82.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 196 37 22 0 0.81 0.89 0.23 5.17 0.8 0.43
Hex C4 25 16 0 51 59 17 5 50 2B
Octal 304 45 26 0 121 131 27 5 120 53
Binary 11000100 100101 10110 0 1010001 1011001 10111 101 1010000 101011

Color Harmonies of #C42516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42516

Black with #C42516

Text Example


Text Example

White with #C42516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42516; }

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

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

background-color css

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

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

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

border-color css

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

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

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