Html Css Color HEX #C42F04 Harley Davidson Orange
📋 copy color: '#C42F04'red 196 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #C42F04
Tints of Harley Davidson Orange #C42F04
RGB
CMYK
RGB Variations
Color information
#C42F04 (or 0xC42F04) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 04. RGB value is (196,47,4). Sum of RGB (Red+Green+Blue) = 196+47+4=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F04 is #3BD0FB. Grayscale: #565656. Windows color (decimal): -3920124 or 274372. OLE color: 274372.
HSL color Cylindrical-coordinate representation of color #C42F04: hue angle of 13.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42F04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.23 |
| HSL | 13.44º | 0.96% | 0.39% | - |
| HSV(B) | 13.44º | 0.98% | 0.77% | - |
| XYZ | 23.8 | 13.78 | 1.52 | - |
| YUV | 86.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 4 | 0 | 0.76 | 0.98 | 0.23 | 13.44 | 0.96 | 0.39 |
| Hex | C4 | 2F | 4 | 0 | 4C | 62 | 17 | D | 60 | 27 |
| Octal | 304 | 57 | 4 | 0 | 114 | 142 | 27 | 15 | 140 | 47 |
| Binary | 11000100 | 101111 | 100 | 0 | 1001100 | 1100010 | 10111 | 1101 | 1100000 | 100111 |
Color Harmonies of #C42F04
Complementary color
Monochromatic Colors of #C42F04
Black with #C42F04
Text Example
Text Example
White with #C42F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F04; }
p { color: rgb(196,47,4); }
H1.HeaderClassName
{
color: #C42F04;
}
.AnyTagClassName
{
color: #C42F04;
}
</style>
background-color css
<style>
a { background-color: #C42F04; }
a { background-color: rgb(196,47,4); }
div.DivClassName
{
background-color: #C42F04;
}
.BgClassName
{
background-color: #C42F04;
}
</style>
border-color css
<style>
span { border-color: #C42F04; }
span { border-color: rgb(196,47,4); }
td.TdClassName
{
border-color: #C42F04;
}
.TagClassName
{
border-color: #C42F04;
}
</style>