Html Css Color HEX #CC2511 Harley Davidson Orange
📋 copy color: '#CC2511'red 204 ◦ green 37 ◦ blue 17
Shades of Harley Davidson Orange #CC2511
Tints of Harley Davidson Orange #CC2511
RGB
CMYK
RGB Variations
Color information
#CC2511 (or 0xCC2511) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 11. RGB value is (204,37,17). Sum of RGB (Red+Green+Blue) = 204+37+17=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2511 is #33DAEE. Grayscale: #545454. Windows color (decimal): -3398383 or 1123788. OLE color: 1123788.
HSL color Cylindrical-coordinate representation of color #CC2511: hue angle of 6.42º 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 #CC2511 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.2 |
| HSL | 6.42º | 0.85% | 0.43% | - |
| HSV(B) | 6.42º | 0.92% | 0.8% | - |
| XYZ | 25.66 | 14.2 | 1.92 | - |
| YUV | 84.65 | 89.83 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 17 | 0 | 0.82 | 0.92 | 0.2 | 6.42 | 0.85 | 0.43 |
| Hex | CC | 25 | 11 | 0 | 52 | 5C | 14 | 6 | 55 | 2B |
| Octal | 314 | 45 | 21 | 0 | 122 | 134 | 24 | 6 | 125 | 53 |
| Binary | 11001100 | 100101 | 10001 | 0 | 1010010 | 1011100 | 10100 | 110 | 1010101 | 101011 |
Color Harmonies of #CC2511
Complementary color
Monochromatic Colors of #CC2511
Black with #CC2511
Text Example
Text Example
White with #CC2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2511; }
p { color: rgb(204,37,17); }
H1.HeaderClassName
{
color: #CC2511;
}
.AnyTagClassName
{
color: #CC2511;
}
</style>
background-color css
<style>
a { background-color: #CC2511; }
a { background-color: rgb(204,37,17); }
div.DivClassName
{
background-color: #CC2511;
}
.BgClassName
{
background-color: #CC2511;
}
</style>
border-color css
<style>
span { border-color: #CC2511; }
span { border-color: rgb(204,37,17); }
td.TdClassName
{
border-color: #CC2511;
}
.TagClassName
{
border-color: #CC2511;
}
</style>