Html Css Color HEX #C01D00 Harley Davidson Orange
📋 copy color: '#C01D00'red 192 ◦ green 29 ◦ blue 0
Shades of Harley Davidson Orange #C01D00
Tints of Harley Davidson Orange #C01D00
RGB
CMYK
RGB Variations
Color information
#C01D00 (or 0xC01D00) is known color: Harley Davidson Orange. HEX triplet: C0, 1D and 00. RGB value is (192,29,0). Sum of RGB (Red+Green+Blue) = 192+29+0=221 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.88% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D00 is #3FE2FF. Grayscale: #4A4A4A. Windows color (decimal): -4186880 or 7616. OLE color: 7616.
HSL color Cylindrical-coordinate representation of color #C01D00: hue angle of 9.06º 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 #C01D00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.25 |
| HSL | 9.06º | 1% | 0.38% | - |
| HSV(B) | 9.06º | 1% | 0.75% | - |
| XYZ | 22.18 | 12.09 | 1.16 | - |
| YUV | 74.43 | 86 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 0 | 0 | 0.85 | 1 | 0.25 | 9.06 | 1 | 0.38 |
| Hex | C0 | 1D | 0 | 0 | 55 | 64 | 19 | 9 | 64 | 26 |
| Octal | 300 | 35 | 0 | 0 | 125 | 144 | 31 | 11 | 144 | 46 |
| Binary | 11000000 | 11101 | 0 | 0 | 1010101 | 1100100 | 11001 | 1001 | 1100100 | 100110 |
Color Harmonies of #C01D00
Complementary color
Monochromatic Colors of #C01D00
Black with #C01D00
Text Example
Text Example
White with #C01D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D00; }
p { color: rgb(192,29,0); }
H1.HeaderClassName
{
color: #C01D00;
}
.AnyTagClassName
{
color: #C01D00;
}
</style>
background-color css
<style>
a { background-color: #C01D00; }
a { background-color: rgb(192,29,0); }
div.DivClassName
{
background-color: #C01D00;
}
.BgClassName
{
background-color: #C01D00;
}
</style>
border-color css
<style>
span { border-color: #C01D00; }
span { border-color: rgb(192,29,0); }
td.TdClassName
{
border-color: #C01D00;
}
.TagClassName
{
border-color: #C01D00;
}
</style>