Html Css Color HEX #CC1811 Harley Davidson Orange
📋 copy color: '#CC1811'red 204 ◦ green 24 ◦ blue 17
Shades of Harley Davidson Orange #CC1811
Tints of Harley Davidson Orange #CC1811
RGB
CMYK
RGB Variations
Color information
#CC1811 (or 0xCC1811) is known color: Harley Davidson Orange. HEX triplet: CC, 18 and 11. RGB value is (204,24,17). Sum of RGB (Red+Green+Blue) = 204+24+17=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1811 is #33E7EE. Grayscale: #4D4D4D. Windows color (decimal): -3401711 or 1120460. OLE color: 1120460.
HSL color Cylindrical-coordinate representation of color #CC1811: hue angle of 2.25º 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 #CC1811 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.2 |
| HSL | 2.25º | 0.85% | 0.43% | - |
| HSV(B) | 2.25º | 0.92% | 0.8% | - |
| XYZ | 25.33 | 13.53 | 1.81 | - |
| YUV | 77.02 | 94.13 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 17 | 0 | 0.88 | 0.92 | 0.2 | 2.25 | 0.85 | 0.43 |
| Hex | CC | 18 | 11 | 0 | 58 | 5C | 14 | 2 | 55 | 2B |
| Octal | 314 | 30 | 21 | 0 | 130 | 134 | 24 | 2 | 125 | 53 |
| Binary | 11001100 | 11000 | 10001 | 0 | 1011000 | 1011100 | 10100 | 10 | 1010101 | 101011 |
Color Harmonies of #CC1811
Complementary color
Monochromatic Colors of #CC1811
Black with #CC1811
Text Example
Text Example
White with #CC1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1811; }
p { color: rgb(204,24,17); }
H1.HeaderClassName
{
color: #CC1811;
}
.AnyTagClassName
{
color: #CC1811;
}
</style>
background-color css
<style>
a { background-color: #CC1811; }
a { background-color: rgb(204,24,17); }
div.DivClassName
{
background-color: #CC1811;
}
.BgClassName
{
background-color: #CC1811;
}
</style>
border-color css
<style>
span { border-color: #CC1811; }
span { border-color: rgb(204,24,17); }
td.TdClassName
{
border-color: #CC1811;
}
.TagClassName
{
border-color: #CC1811;
}
</style>