Html Css Color HEX #C42F0D Harley Davidson Orange
📋 copy color: '#C42F0D'red 196 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #C42F0D
Tints of Harley Davidson Orange #C42F0D
RGB
CMYK
RGB Variations
Color information
#C42F0D (or 0xC42F0D) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 0D. RGB value is (196,47,13). Sum of RGB (Red+Green+Blue) = 196+47+13=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F0D is #3BD0F2. Grayscale: #575757. Windows color (decimal): -3920115 or 864196. OLE color: 864196.
HSL color Cylindrical-coordinate representation of color #C42F0D: hue angle of 11.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C42F0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.23 |
| HSL | 11.15º | 0.88% | 0.41% | - |
| HSV(B) | 11.15º | 0.93% | 0.77% | - |
| XYZ | 23.85 | 13.8 | 1.79 | - |
| YUV | 87.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 13 | 0 | 0.76 | 0.93 | 0.23 | 11.15 | 0.88 | 0.41 |
| Hex | C4 | 2F | D | 0 | 4C | 5D | 17 | B | 58 | 29 |
| Octal | 304 | 57 | 15 | 0 | 114 | 135 | 27 | 13 | 130 | 51 |
| Binary | 11000100 | 101111 | 1101 | 0 | 1001100 | 1011101 | 10111 | 1011 | 1011000 | 101001 |
Color Harmonies of #C42F0D
Complementary color
Monochromatic Colors of #C42F0D
Black with #C42F0D
Text Example
Text Example
White with #C42F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F0D; }
p { color: rgb(196,47,13); }
H1.HeaderClassName
{
color: #C42F0D;
}
.AnyTagClassName
{
color: #C42F0D;
}
</style>
background-color css
<style>
a { background-color: #C42F0D; }
a { background-color: rgb(196,47,13); }
div.DivClassName
{
background-color: #C42F0D;
}
.BgClassName
{
background-color: #C42F0D;
}
</style>
border-color css
<style>
span { border-color: #C42F0D; }
span { border-color: rgb(196,47,13); }
td.TdClassName
{
border-color: #C42F0D;
}
.TagClassName
{
border-color: #C42F0D;
}
</style>