Html Css Color HEX #C41F0A Harley Davidson Orange
📋 copy color: '#C41F0A'red 196 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #C41F0A
Tints of Harley Davidson Orange #C41F0A
RGB
CMYK
RGB Variations
Color information
#C41F0A (or 0xC41F0A) is known color: Harley Davidson Orange. HEX triplet: C4, 1F and 0A. RGB value is (196,31,10). Sum of RGB (Red+Green+Blue) = 196+31+10=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F0A is #3BE0F5. Grayscale: #4E4E4E. Windows color (decimal): -3924214 or 663492. OLE color: 663492.
HSL color Cylindrical-coordinate representation of color #C41F0A: hue angle of 6.77º 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 #C41F0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.23 |
| HSL | 6.77º | 0.9% | 0.4% | - |
| HSV(B) | 6.77º | 0.95% | 0.77% | - |
| XYZ | 23.31 | 12.74 | 1.52 | - |
| YUV | 77.94 | 89.66 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 10 | 0 | 0.84 | 0.95 | 0.23 | 6.77 | 0.9 | 0.4 |
| Hex | C4 | 1F | A | 0 | 54 | 5F | 17 | 7 | 5A | 28 |
| Octal | 304 | 37 | 12 | 0 | 124 | 137 | 27 | 7 | 132 | 50 |
| Binary | 11000100 | 11111 | 1010 | 0 | 1010100 | 1011111 | 10111 | 111 | 1011010 | 101000 |
Color Harmonies of #C41F0A
Complementary color
Monochromatic Colors of #C41F0A
Black with #C41F0A
Text Example
Text Example
White with #C41F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F0A; }
p { color: rgb(196,31,10); }
H1.HeaderClassName
{
color: #C41F0A;
}
.AnyTagClassName
{
color: #C41F0A;
}
</style>
background-color css
<style>
a { background-color: #C41F0A; }
a { background-color: rgb(196,31,10); }
div.DivClassName
{
background-color: #C41F0A;
}
.BgClassName
{
background-color: #C41F0A;
}
</style>
border-color css
<style>
span { border-color: #C41F0A; }
span { border-color: rgb(196,31,10); }
td.TdClassName
{
border-color: #C41F0A;
}
.TagClassName
{
border-color: #C41F0A;
}
</style>