Html Css Color HEX #CC1911 Harley Davidson Orange
📋 copy color: '#CC1911'red 204 ◦ green 25 ◦ blue 17
Shades of Harley Davidson Orange #CC1911
Tints of Harley Davidson Orange #CC1911
RGB
CMYK
RGB Variations
Color information
#CC1911 (or 0xCC1911) is known color: Harley Davidson Orange. HEX triplet: CC, 19 and 11. RGB value is (204,25,17). Sum of RGB (Red+Green+Blue) = 204+25+17=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1911 is #33E6EE. Grayscale: #4D4D4D. Windows color (decimal): -3401455 or 1120716. OLE color: 1120716.
HSL color Cylindrical-coordinate representation of color #CC1911: hue angle of 2.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1911 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.2 |
| HSL | 2.57º | 0.85% | 0.43% | - |
| HSV(B) | 2.57º | 0.92% | 0.8% | - |
| XYZ | 25.35 | 13.57 | 1.81 | - |
| YUV | 77.61 | 93.8 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 17 | 0 | 0.88 | 0.92 | 0.2 | 2.57 | 0.85 | 0.43 |
| Hex | CC | 19 | 11 | 0 | 58 | 5C | 14 | 3 | 55 | 2B |
| Octal | 314 | 31 | 21 | 0 | 130 | 134 | 24 | 3 | 125 | 53 |
| Binary | 11001100 | 11001 | 10001 | 0 | 1011000 | 1011100 | 10100 | 11 | 1010101 | 101011 |
Color Harmonies of #CC1911
Complementary color
Monochromatic Colors of #CC1911
Black with #CC1911
Text Example
Text Example
White with #CC1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1911; }
p { color: rgb(204,25,17); }
H1.HeaderClassName
{
color: #CC1911;
}
.AnyTagClassName
{
color: #CC1911;
}
</style>
background-color css
<style>
a { background-color: #CC1911; }
a { background-color: rgb(204,25,17); }
div.DivClassName
{
background-color: #CC1911;
}
.BgClassName
{
background-color: #CC1911;
}
</style>
border-color css
<style>
span { border-color: #CC1911; }
span { border-color: rgb(204,25,17); }
td.TdClassName
{
border-color: #CC1911;
}
.TagClassName
{
border-color: #CC1911;
}
</style>