Html Css Color HEX #CC2913 Harley Davidson Orange
📋 copy color: '#CC2913'red 204 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #CC2913
Tints of Harley Davidson Orange #CC2913
RGB
CMYK
RGB Variations
Color information
#CC2913 (or 0xCC2913) is known color: Harley Davidson Orange. HEX triplet: CC, 29 and 13. RGB value is (204,41,19). Sum of RGB (Red+Green+Blue) = 204+41+19=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2913 is #33D6EC. Grayscale: #575757. Windows color (decimal): -3397357 or 1255884. OLE color: 1255884.
HSL color Cylindrical-coordinate representation of color #CC2913: hue angle of 7.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2913 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 19 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.2 |
| HSL | 7.14º | 0.83% | 0.44% | - |
| HSV(B) | 7.14º | 0.91% | 0.8% | - |
| XYZ | 25.81 | 14.47 | 2.05 | - |
| YUV | 87.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 19 | 0 | 0.80 | 0.91 | 0.2 | 7.14 | 0.83 | 0.44 |
| Hex | CC | 29 | 13 | 0 | 50 | 5B | 14 | 7 | 53 | 2C |
| Octal | 314 | 51 | 23 | 0 | 120 | 133 | 24 | 7 | 123 | 54 |
| Binary | 11001100 | 101001 | 10011 | 0 | 1010000 | 1011011 | 10100 | 111 | 1010011 | 101100 |
Color Harmonies of #CC2913
Complementary color
Monochromatic Colors of #CC2913
Black with #CC2913
Text Example
Text Example
White with #CC2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2913; }
p { color: rgb(204,41,19); }
H1.HeaderClassName
{
color: #CC2913;
}
.AnyTagClassName
{
color: #CC2913;
}
</style>
background-color css
<style>
a { background-color: #CC2913; }
a { background-color: rgb(204,41,19); }
div.DivClassName
{
background-color: #CC2913;
}
.BgClassName
{
background-color: #CC2913;
}
</style>
border-color css
<style>
span { border-color: #CC2913; }
span { border-color: rgb(204,41,19); }
td.TdClassName
{
border-color: #CC2913;
}
.TagClassName
{
border-color: #CC2913;
}
</style>