Html Css Color HEX #C01F00 Harley Davidson Orange
📋 copy color: '#C01F00'red 192 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #C01F00
Tints of Harley Davidson Orange #C01F00
RGB
CMYK
RGB Variations
Color information
#C01F00 (or 0xC01F00) is known color: Harley Davidson Orange. HEX triplet: C0, 1F and 00. RGB value is (192,31,0). Sum of RGB (Red+Green+Blue) = 192+31+0=223 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.10% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F00 is #3FE0FF. Grayscale: #4B4B4B. Windows color (decimal): -4186368 or 8128. OLE color: 8128.
HSL color Cylindrical-coordinate representation of color #C01F00: hue angle of 9.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C01F00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.25 |
| HSL | 9.69º | 1% | 0.38% | - |
| HSV(B) | 9.69º | 1% | 0.75% | - |
| XYZ | 22.23 | 12.19 | 1.18 | - |
| YUV | 75.61 | 85.34 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 0 | 0 | 0.84 | 1 | 0.25 | 9.69 | 1 | 0.38 |
| Hex | C0 | 1F | 0 | 0 | 54 | 64 | 19 | A | 64 | 26 |
| Octal | 300 | 37 | 0 | 0 | 124 | 144 | 31 | 12 | 144 | 46 |
| Binary | 11000000 | 11111 | 0 | 0 | 1010100 | 1100100 | 11001 | 1010 | 1100100 | 100110 |
Color Harmonies of #C01F00
Complementary color
Monochromatic Colors of #C01F00
Black with #C01F00
Text Example
Text Example
White with #C01F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F00; }
p { color: rgb(192,31,0); }
H1.HeaderClassName
{
color: #C01F00;
}
.AnyTagClassName
{
color: #C01F00;
}
</style>
background-color css
<style>
a { background-color: #C01F00; }
a { background-color: rgb(192,31,0); }
div.DivClassName
{
background-color: #C01F00;
}
.BgClassName
{
background-color: #C01F00;
}
</style>
border-color css
<style>
span { border-color: #C01F00; }
span { border-color: rgb(192,31,0); }
td.TdClassName
{
border-color: #C01F00;
}
.TagClassName
{
border-color: #C01F00;
}
</style>