Html Css Color HEX #C01F01 Harley Davidson Orange
📋 copy color: '#C01F01'red 192 ◦ green 31 ◦ blue 1
Shades of Harley Davidson Orange #C01F01
Tints of Harley Davidson Orange #C01F01
RGB
CMYK
RGB Variations
Color information
#C01F01 (or 0xC01F01) is known color: Harley Davidson Orange. HEX triplet: C0, 1F and 01. RGB value is (192,31,1). Sum of RGB (Red+Green+Blue) = 192+31+1=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01F01 is #3FE0FE. Grayscale: #4B4B4B. Windows color (decimal): -4186367 or 73664. OLE color: 73664.
HSL color Cylindrical-coordinate representation of color #C01F01: hue angle of 9.42º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C01F01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.25 |
| HSL | 9.42º | 0.99% | 0.38% | - |
| HSV(B) | 9.42º | 0.99% | 0.75% | - |
| XYZ | 22.23 | 12.19 | 1.21 | - |
| YUV | 75.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 1 | 0 | 0.84 | 0.99 | 0.25 | 9.42 | 0.99 | 0.38 |
| Hex | C0 | 1F | 1 | 0 | 54 | 63 | 19 | 9 | 63 | 26 |
| Octal | 300 | 37 | 1 | 0 | 124 | 143 | 31 | 11 | 143 | 46 |
| Binary | 11000000 | 11111 | 1 | 0 | 1010100 | 1100011 | 11001 | 1001 | 1100011 | 100110 |
Color Harmonies of #C01F01
Complementary color
Monochromatic Colors of #C01F01
Black with #C01F01
Text Example
Text Example
White with #C01F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F01; }
p { color: rgb(192,31,1); }
H1.HeaderClassName
{
color: #C01F01;
}
.AnyTagClassName
{
color: #C01F01;
}
</style>
background-color css
<style>
a { background-color: #C01F01; }
a { background-color: rgb(192,31,1); }
div.DivClassName
{
background-color: #C01F01;
}
.BgClassName
{
background-color: #C01F01;
}
</style>
border-color css
<style>
span { border-color: #C01F01; }
span { border-color: rgb(192,31,1); }
td.TdClassName
{
border-color: #C01F01;
}
.TagClassName
{
border-color: #C01F01;
}
</style>