Html Css Color HEX #C42F08 Harley Davidson Orange
📋 copy color: '#C42F08'red 196 ◦ green 47 ◦ blue 8
Shades of Harley Davidson Orange #C42F08
Tints of Harley Davidson Orange #C42F08
RGB
CMYK
RGB Variations
Color information
#C42F08 (or 0xC42F08) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 08. RGB value is (196,47,8). Sum of RGB (Red+Green+Blue) = 196+47+8=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F08 is #3BD0F7. Grayscale: #575757. Windows color (decimal): -3920120 or 536516. OLE color: 536516.
HSL color Cylindrical-coordinate representation of color #C42F08: hue angle of 12.45º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C42F08 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.23 |
| HSL | 12.45º | 0.92% | 0.4% | - |
| HSV(B) | 12.45º | 0.96% | 0.77% | - |
| XYZ | 23.83 | 13.79 | 1.64 | - |
| YUV | 87.11 | 83.36 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 8 | 0 | 0.76 | 0.96 | 0.23 | 12.45 | 0.92 | 0.4 |
| Hex | C4 | 2F | 8 | 0 | 4C | 60 | 17 | C | 5C | 28 |
| Octal | 304 | 57 | 10 | 0 | 114 | 140 | 27 | 14 | 134 | 50 |
| Binary | 11000100 | 101111 | 1000 | 0 | 1001100 | 1100000 | 10111 | 1100 | 1011100 | 101000 |
Color Harmonies of #C42F08
Complementary color
Monochromatic Colors of #C42F08
Black with #C42F08
Text Example
Text Example
White with #C42F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F08; }
p { color: rgb(196,47,8); }
H1.HeaderClassName
{
color: #C42F08;
}
.AnyTagClassName
{
color: #C42F08;
}
</style>
background-color css
<style>
a { background-color: #C42F08; }
a { background-color: rgb(196,47,8); }
div.DivClassName
{
background-color: #C42F08;
}
.BgClassName
{
background-color: #C42F08;
}
</style>
border-color css
<style>
span { border-color: #C42F08; }
span { border-color: rgb(196,47,8); }
td.TdClassName
{
border-color: #C42F08;
}
.TagClassName
{
border-color: #C42F08;
}
</style>