Html Css Color HEX #C01D04 Harley Davidson Orange
📋 copy color: '#C01D04'red 192 ◦ green 29 ◦ blue 4
Shades of Harley Davidson Orange #C01D04
Tints of Harley Davidson Orange #C01D04
RGB
CMYK
RGB Variations
Color information
#C01D04 (or 0xC01D04) is known color: Harley Davidson Orange. HEX triplet: C0, 1D and 04. RGB value is (192,29,4). Sum of RGB (Red+Green+Blue) = 192+29+4=225 (29% of max value = 765). Red value is 192 (75.39% from 255 or 85.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01D04 is #3FE2FB. Grayscale: #4B4B4B. Windows color (decimal): -4186876 or 269760. OLE color: 269760.
HSL color Cylindrical-coordinate representation of color #C01D04: hue angle of 7.98º degrees, saturation: 0.96, 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 #C01D04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.25 |
| HSL | 7.98º | 0.96% | 0.38% | - |
| HSV(B) | 7.98º | 0.98% | 0.75% | - |
| XYZ | 22.2 | 12.09 | 1.28 | - |
| YUV | 74.89 | 88 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 4 | 0 | 0.85 | 0.98 | 0.25 | 7.98 | 0.96 | 0.38 |
| Hex | C0 | 1D | 4 | 0 | 55 | 62 | 19 | 8 | 60 | 26 |
| Octal | 300 | 35 | 4 | 0 | 125 | 142 | 31 | 10 | 140 | 46 |
| Binary | 11000000 | 11101 | 100 | 0 | 1010101 | 1100010 | 11001 | 1000 | 1100000 | 100110 |
Color Harmonies of #C01D04
Complementary color
Monochromatic Colors of #C01D04
Black with #C01D04
Text Example
Text Example
White with #C01D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D04; }
p { color: rgb(192,29,4); }
H1.HeaderClassName
{
color: #C01D04;
}
.AnyTagClassName
{
color: #C01D04;
}
</style>
background-color css
<style>
a { background-color: #C01D04; }
a { background-color: rgb(192,29,4); }
div.DivClassName
{
background-color: #C01D04;
}
.BgClassName
{
background-color: #C01D04;
}
</style>
border-color css
<style>
span { border-color: #C01D04; }
span { border-color: rgb(192,29,4); }
td.TdClassName
{
border-color: #C01D04;
}
.TagClassName
{
border-color: #C01D04;
}
</style>