Html Css Color HEX #C42F18 Harley Davidson Orange
📋 copy color: '#C42F18'red 196 ◦ green 47 ◦ blue 24
Shades of Harley Davidson Orange #C42F18
Tints of Harley Davidson Orange #C42F18
RGB
CMYK
RGB Variations
Color information
#C42F18 (or 0xC42F18) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 18. RGB value is (196,47,24). Sum of RGB (Red+Green+Blue) = 196+47+24=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F18 is #3BD0E7. Grayscale: #595959. Windows color (decimal): -3920104 or 1585092. OLE color: 1585092.
HSL color Cylindrical-coordinate representation of color #C42F18: hue angle of 8.02º 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 #C42F18 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 24 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.23 |
| HSL | 8.02º | 0.78% | 0.43% | - |
| HSV(B) | 8.02º | 0.88% | 0.77% | - |
| XYZ | 23.95 | 13.83 | 2.27 | - |
| YUV | 88.93 | 91.36 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 24 | 0 | 0.76 | 0.88 | 0.23 | 8.02 | 0.78 | 0.43 |
| Hex | C4 | 2F | 18 | 0 | 4C | 58 | 17 | 8 | 4E | 2B |
| Octal | 304 | 57 | 30 | 0 | 114 | 130 | 27 | 10 | 116 | 53 |
| Binary | 11000100 | 101111 | 11000 | 0 | 1001100 | 1011000 | 10111 | 1000 | 1001110 | 101011 |
Color Harmonies of #C42F18
Complementary color
Monochromatic Colors of #C42F18
Black with #C42F18
Text Example
Text Example
White with #C42F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F18; }
p { color: rgb(196,47,24); }
H1.HeaderClassName
{
color: #C42F18;
}
.AnyTagClassName
{
color: #C42F18;
}
</style>
background-color css
<style>
a { background-color: #C42F18; }
a { background-color: rgb(196,47,24); }
div.DivClassName
{
background-color: #C42F18;
}
.BgClassName
{
background-color: #C42F18;
}
</style>
border-color css
<style>
span { border-color: #C42F18; }
span { border-color: rgb(196,47,24); }
td.TdClassName
{
border-color: #C42F18;
}
.TagClassName
{
border-color: #C42F18;
}
</style>