Html Css Color HEX #C42418 Harley Davidson Orange
📋 copy color: '#C42418'red 196 ◦ green 36 ◦ blue 24
Shades of Harley Davidson Orange #C42418
Tints of Harley Davidson Orange #C42418
RGB
CMYK
RGB Variations
Color information
#C42418 (or 0xC42418) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 18. RGB value is (196,36,24). Sum of RGB (Red+Green+Blue) = 196+36+24=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C42418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42418 is #3BDBE7. Grayscale: #525252. Windows color (decimal): -3922920 or 1582276. OLE color: 1582276.
HSL color Cylindrical-coordinate representation of color #C42418: hue angle of 4.19º 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 #C42418 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 24 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.23 |
| HSL | 4.19º | 0.78% | 0.43% | - |
| HSV(B) | 4.19º | 0.88% | 0.77% | - |
| XYZ | 23.56 | 13.06 | 2.14 | - |
| YUV | 82.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 24 | 0 | 0.82 | 0.88 | 0.23 | 4.19 | 0.78 | 0.43 |
| Hex | C4 | 24 | 18 | 0 | 52 | 58 | 17 | 4 | 4E | 2B |
| Octal | 304 | 44 | 30 | 0 | 122 | 130 | 27 | 4 | 116 | 53 |
| Binary | 11000100 | 100100 | 11000 | 0 | 1010010 | 1011000 | 10111 | 100 | 1001110 | 101011 |
Color Harmonies of #C42418
Complementary color
Monochromatic Colors of #C42418
Black with #C42418
Text Example
Text Example
White with #C42418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42418; }
p { color: rgb(196,36,24); }
H1.HeaderClassName
{
color: #C42418;
}
.AnyTagClassName
{
color: #C42418;
}
</style>
background-color css
<style>
a { background-color: #C42418; }
a { background-color: rgb(196,36,24); }
div.DivClassName
{
background-color: #C42418;
}
.BgClassName
{
background-color: #C42418;
}
</style>
border-color css
<style>
span { border-color: #C42418; }
span { border-color: rgb(196,36,24); }
td.TdClassName
{
border-color: #C42418;
}
.TagClassName
{
border-color: #C42418;
}
</style>