Html Css Color HEX #C71E12 Harley Davidson Orange
📋 copy color: '#C71E12'red 199 ◦ green 30 ◦ blue 18
Shades of Harley Davidson Orange #C71E12
Tints of Harley Davidson Orange #C71E12
RGB
CMYK
RGB Variations
Color information
#C71E12 (or 0xC71E12) is known color: Harley Davidson Orange. HEX triplet: C7, 1E and 12. RGB value is (199,30,18). Sum of RGB (Red+Green+Blue) = 199+30+18=247 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.57% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71E12 is #38E1ED. Grayscale: #4F4F4F. Windows color (decimal): -3727854 or 1187527. OLE color: 1187527.
HSL color Cylindrical-coordinate representation of color #C71E12: hue angle of 3.98º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71E12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 30 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.22 |
| HSL | 3.98º | 0.83% | 0.43% | - |
| HSV(B) | 3.98º | 0.91% | 0.78% | - |
| XYZ | 24.13 | 13.11 | 1.83 | - |
| YUV | 79.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 18 | 0 | 0.85 | 0.91 | 0.22 | 3.98 | 0.83 | 0.43 |
| Hex | C7 | 1E | 12 | 0 | 55 | 5B | 16 | 4 | 53 | 2B |
| Octal | 307 | 36 | 22 | 0 | 125 | 133 | 26 | 4 | 123 | 53 |
| Binary | 11000111 | 11110 | 10010 | 0 | 1010101 | 1011011 | 10110 | 100 | 1010011 | 101011 |
Color Harmonies of #C71E12
Complementary color
Monochromatic Colors of #C71E12
Black with #C71E12
Text Example
Text Example
White with #C71E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71E12; }
p { color: rgb(199,30,18); }
H1.HeaderClassName
{
color: #C71E12;
}
.AnyTagClassName
{
color: #C71E12;
}
</style>
background-color css
<style>
a { background-color: #C71E12; }
a { background-color: rgb(199,30,18); }
div.DivClassName
{
background-color: #C71E12;
}
.BgClassName
{
background-color: #C71E12;
}
</style>
border-color css
<style>
span { border-color: #C71E12; }
span { border-color: rgb(199,30,18); }
td.TdClassName
{
border-color: #C71E12;
}
.TagClassName
{
border-color: #C71E12;
}
</style>