Html Css Color HEX #C01D03 Harley Davidson Orange
📋 copy color: '#C01D03'red 192 ◦ green 29 ◦ blue 3
Shades of Harley Davidson Orange #C01D03
Tints of Harley Davidson Orange #C01D03
RGB
CMYK
RGB Variations
Color information
#C01D03 (or 0xC01D03) is known color: Harley Davidson Orange. HEX triplet: C0, 1D and 03. RGB value is (192,29,3). Sum of RGB (Red+Green+Blue) = 192+29+3=224 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.71% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D03 is #3FE2FC. Grayscale: #4B4B4B. Windows color (decimal): -4186877 or 204224. OLE color: 204224.
HSL color Cylindrical-coordinate representation of color #C01D03: hue angle of 8.25º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C01D03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.25 |
| HSL | 8.25º | 0.97% | 0.38% | - |
| HSV(B) | 8.25º | 0.98% | 0.75% | - |
| XYZ | 22.19 | 12.09 | 1.25 | - |
| YUV | 74.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 3 | 0 | 0.85 | 0.98 | 0.25 | 8.25 | 0.97 | 0.38 |
| Hex | C0 | 1D | 3 | 0 | 55 | 62 | 19 | 8 | 61 | 26 |
| Octal | 300 | 35 | 3 | 0 | 125 | 142 | 31 | 10 | 141 | 46 |
| Binary | 11000000 | 11101 | 11 | 0 | 1010101 | 1100010 | 11001 | 1000 | 1100001 | 100110 |
Color Harmonies of #C01D03
Complementary color
Monochromatic Colors of #C01D03
Black with #C01D03
Text Example
Text Example
White with #C01D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D03; }
p { color: rgb(192,29,3); }
H1.HeaderClassName
{
color: #C01D03;
}
.AnyTagClassName
{
color: #C01D03;
}
</style>
background-color css
<style>
a { background-color: #C01D03; }
a { background-color: rgb(192,29,3); }
div.DivClassName
{
background-color: #C01D03;
}
.BgClassName
{
background-color: #C01D03;
}
</style>
border-color css
<style>
span { border-color: #C01D03; }
span { border-color: rgb(192,29,3); }
td.TdClassName
{
border-color: #C01D03;
}
.TagClassName
{
border-color: #C01D03;
}
</style>