Html Css Color HEX #C71E04 Harley Davidson Orange
📋 copy color: '#C71E04'red 199 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #C71E04
Tints of Harley Davidson Orange #C71E04
RGB
CMYK
RGB Variations
Color information
#C71E04 (or 0xC71E04) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 04. RGB value is (199,30,4). Sum of RGB (Red+Green+Blue) = 199+30+4=233 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.41% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E04 is #38E1FB. Grayscale: #4D4D4D. Windows color (decimal): -3727868 or 270023. OLE color: 270023.
HSL color Cylindrical-coordinate representation of color #C71E04: hue angle of 8º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C71E04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.22 |
| HSL | 8º | 0.96% | 0.4% | - |
| HSV(B) | 8º | 0.98% | 0.78% | - |
| XYZ | 24.04 | 13.08 | 1.37 | - |
| YUV | 77.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 4 | 0 | 0.85 | 0.98 | 0.22 | 8 | 0.96 | 0.4 |
| Hex | C7 | 1E | 4 | 0 | 55 | 62 | 16 | 8 | 60 | 28 |
| Octal | 307 | 36 | 4 | 0 | 125 | 142 | 26 | 10 | 140 | 50 |
| Binary | 11000111 | 11110 | 100 | 0 | 1010101 | 1100010 | 10110 | 1000 | 1100000 | 101000 |
Color Harmonies of #C71E04
Complementary color
Monochromatic Colors of #C71E04
Black with #C71E04
Text Example
Text Example
White with #C71E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E04; }
p { color: rgb(199,30,4); }
H1.HeaderClassName
{
color: #C71E04;
}
.AnyTagClassName
{
color: #C71E04;
}
</style>
background-color css
<style>
a { background-color: #C71E04; }
a { background-color: rgb(199,30,4); }
div.DivClassName
{
background-color: #C71E04;
}
.BgClassName
{
background-color: #C71E04;
}
</style>
border-color css
<style>
span { border-color: #C71E04; }
span { border-color: rgb(199,30,4); }
td.TdClassName
{
border-color: #C71E04;
}
.TagClassName
{
border-color: #C71E04;
}
</style>