Html Css Color HEX #C01E04 Harley Davidson Orange
📋 copy color: '#C01E04'red 192 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #C01E04
Tints of Harley Davidson Orange #C01E04
RGB
CMYK
RGB Variations
Color information
#C01E04 (or 0xC01E04) is known color: Harley Davidson Orange. HEX triplet: C0, 1E and 04. RGB value is (192,30,4). Sum of RGB (Red+Green+Blue) = 192+30+4=226 (29% of max value = 765). Red value is 192 (75.39% from 255 or 84.96% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E04 is #3FE1FB. Grayscale: #4B4B4B. Windows color (decimal): -4186620 or 270016. OLE color: 270016.
HSL color Cylindrical-coordinate representation of color #C01E04: hue angle of 8.3º 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 #C01E04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.25 |
| HSL | 8.3º | 0.96% | 0.38% | - |
| HSV(B) | 8.3º | 0.98% | 0.75% | - |
| XYZ | 22.22 | 12.14 | 1.29 | - |
| YUV | 75.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 4 | 0 | 0.84 | 0.98 | 0.25 | 8.3 | 0.96 | 0.38 |
| Hex | C0 | 1E | 4 | 0 | 54 | 62 | 19 | 8 | 60 | 26 |
| Octal | 300 | 36 | 4 | 0 | 124 | 142 | 31 | 10 | 140 | 46 |
| Binary | 11000000 | 11110 | 100 | 0 | 1010100 | 1100010 | 11001 | 1000 | 1100000 | 100110 |
Color Harmonies of #C01E04
Complementary color
Monochromatic Colors of #C01E04
Black with #C01E04
Text Example
Text Example
White with #C01E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E04; }
p { color: rgb(192,30,4); }
H1.HeaderClassName
{
color: #C01E04;
}
.AnyTagClassName
{
color: #C01E04;
}
</style>
background-color css
<style>
a { background-color: #C01E04; }
a { background-color: rgb(192,30,4); }
div.DivClassName
{
background-color: #C01E04;
}
.BgClassName
{
background-color: #C01E04;
}
</style>
border-color css
<style>
span { border-color: #C01E04; }
span { border-color: rgb(192,30,4); }
td.TdClassName
{
border-color: #C01E04;
}
.TagClassName
{
border-color: #C01E04;
}
</style>