Html Css Color HEX #C42417 Harley Davidson Orange

📋 copy color: '#C42417'

red 196 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #C42417

Tints of Harley Davidson Orange #C42417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 76.86%
G = 14.12%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42417 (or 0xC42417) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 17. RGB value is (196,36,23). Sum of RGB (Red+Green+Blue) = 196+36+23=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42417 is #3BDBE8. Grayscale: #525252. Windows color (decimal): -3922921 or 1516740. OLE color: 1516740.

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

Color convert

RGB 196 36 23 -
CMYK 0 0.82 0.88 0.23
HSL 4.51º 0.79% 0.43% -
HSV(B) 4.51º 0.88% 0.77% -
XYZ 23.55 13.06 2.09 -
YUV 82.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 196 36 23 0 0.82 0.88 0.23 4.51 0.79 0.43
Hex C4 24 17 0 52 58 17 5 4F 2B
Octal 304 44 27 0 122 130 27 5 117 53
Binary 11000100 100100 10111 0 1010010 1011000 10111 101 1001111 101011

Color Harmonies of #C42417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42417

Black with #C42417

Text Example


Text Example

White with #C42417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42417; }

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

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

background-color css

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

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

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

border-color css

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

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

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