Html Css Color HEX #C42518 Harley Davidson Orange

📋 copy color: '#C42518'

red 196 ◦ green 37 ◦ blue 24

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

Shades of Harley Davidson Orange #C42518

Tints of Harley Davidson Orange #C42518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 76.26%
G = 14.4%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42518 (or 0xC42518) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 18. RGB value is (196,37,24). Sum of RGB (Red+Green+Blue) = 196+37+24=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C42518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42518 is #3BDAE7. Grayscale: #535353. Windows color (decimal): -3922664 or 1582532. OLE color: 1582532.

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

Color convert

RGB 196 37 24 -
CMYK 0 0.81 0.88 0.23
HSL 4.53º 0.78% 0.43% -
HSV(B) 4.53º 0.88% 0.77% -
XYZ 23.59 13.12 2.15 -
YUV 83.06 94.68 208.56 -
System Red Green Blue C M Y K H S L
Decimal 196 37 24 0 0.81 0.88 0.23 4.53 0.78 0.43
Hex C4 25 18 0 51 58 17 5 4E 2B
Octal 304 45 30 0 121 130 27 5 116 53
Binary 11000100 100101 11000 0 1010001 1011000 10111 101 1001110 101011

Color Harmonies of #C42518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42518

Black with #C42518

Text Example


Text Example

White with #C42518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42518; }

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

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

background-color css

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

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

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

border-color css

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

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

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