Html Css Color HEX #C42F0A Harley Davidson Orange
📋 copy color: '#C42F0A'red 196 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #C42F0A
Tints of Harley Davidson Orange #C42F0A
RGB
CMYK
RGB Variations
Color information
#C42F0A (or 0xC42F0A) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 0A. RGB value is (196,47,10). Sum of RGB (Red+Green+Blue) = 196+47+10=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F0A is #3BD0F5. Grayscale: #575757. Windows color (decimal): -3920118 or 667588. OLE color: 667588.
HSL color Cylindrical-coordinate representation of color #C42F0A: hue angle of 11.94º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C42F0A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.23 |
| HSL | 11.94º | 0.9% | 0.4% | - |
| HSV(B) | 11.94º | 0.95% | 0.77% | - |
| XYZ | 23.84 | 13.79 | 1.69 | - |
| YUV | 87.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 10 | 0 | 0.76 | 0.95 | 0.23 | 11.94 | 0.9 | 0.4 |
| Hex | C4 | 2F | A | 0 | 4C | 5F | 17 | C | 5A | 28 |
| Octal | 304 | 57 | 12 | 0 | 114 | 137 | 27 | 14 | 132 | 50 |
| Binary | 11000100 | 101111 | 1010 | 0 | 1001100 | 1011111 | 10111 | 1100 | 1011010 | 101000 |
Color Harmonies of #C42F0A
Complementary color
Monochromatic Colors of #C42F0A
Black with #C42F0A
Text Example
Text Example
White with #C42F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F0A; }
p { color: rgb(196,47,10); }
H1.HeaderClassName
{
color: #C42F0A;
}
.AnyTagClassName
{
color: #C42F0A;
}
</style>
background-color css
<style>
a { background-color: #C42F0A; }
a { background-color: rgb(196,47,10); }
div.DivClassName
{
background-color: #C42F0A;
}
.BgClassName
{
background-color: #C42F0A;
}
</style>
border-color css
<style>
span { border-color: #C42F0A; }
span { border-color: rgb(196,47,10); }
td.TdClassName
{
border-color: #C42F0A;
}
.TagClassName
{
border-color: #C42F0A;
}
</style>