Html Css Color HEX #C01F0A Harley Davidson Orange
📋 copy color: '#C01F0A'red 192 ◦ green 31 ◦ blue 10
Shades of Harley Davidson Orange #C01F0A
Tints of Harley Davidson Orange #C01F0A
RGB
CMYK
RGB Variations
Color information
#C01F0A (or 0xC01F0A) is known color: Harley Davidson Orange. HEX triplet: C0, 1F and 0A. RGB value is (192,31,10). Sum of RGB (Red+Green+Blue) = 192+31+10=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F0A is #3FE0F5. Grayscale: #4C4C4C. Windows color (decimal): -4186358 or 663488. OLE color: 663488.
HSL color Cylindrical-coordinate representation of color #C01F0A: hue angle of 6.92º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C01F0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.25 |
| HSL | 6.92º | 0.9% | 0.4% | - |
| HSV(B) | 6.92º | 0.95% | 0.75% | - |
| XYZ | 22.28 | 12.21 | 1.47 | - |
| YUV | 76.75 | 90.34 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 10 | 0 | 0.84 | 0.95 | 0.25 | 6.92 | 0.9 | 0.4 |
| Hex | C0 | 1F | A | 0 | 54 | 5F | 19 | 7 | 5A | 28 |
| Octal | 300 | 37 | 12 | 0 | 124 | 137 | 31 | 7 | 132 | 50 |
| Binary | 11000000 | 11111 | 1010 | 0 | 1010100 | 1011111 | 11001 | 111 | 1011010 | 101000 |
Color Harmonies of #C01F0A
Complementary color
Monochromatic Colors of #C01F0A
Black with #C01F0A
Text Example
Text Example
White with #C01F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F0A; }
p { color: rgb(192,31,10); }
H1.HeaderClassName
{
color: #C01F0A;
}
.AnyTagClassName
{
color: #C01F0A;
}
</style>
background-color css
<style>
a { background-color: #C01F0A; }
a { background-color: rgb(192,31,10); }
div.DivClassName
{
background-color: #C01F0A;
}
.BgClassName
{
background-color: #C01F0A;
}
</style>
border-color css
<style>
span { border-color: #C01F0A; }
span { border-color: rgb(192,31,10); }
td.TdClassName
{
border-color: #C01F0A;
}
.TagClassName
{
border-color: #C01F0A;
}
</style>