Html Css Color HEX #CC2404 Harley Davidson Orange
📋 copy color: '#CC2404'red 204 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #CC2404
Tints of Harley Davidson Orange #CC2404
RGB
CMYK
RGB Variations
Color information
#CC2404 (or 0xCC2404) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 04. RGB value is (204,36,4). Sum of RGB (Red+Green+Blue) = 204+36+4=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2404 is #33DBFB. Grayscale: #525252. Windows color (decimal): -3398652 or 271564. OLE color: 271564.
HSL color Cylindrical-coordinate representation of color #CC2404: hue angle of 9.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC2404 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.2 |
| HSL | 9.6º | 0.96% | 0.41% | - |
| HSV(B) | 9.6º | 0.98% | 0.8% | - |
| XYZ | 25.55 | 14.11 | 1.49 | - |
| YUV | 82.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 4 | 0 | 0.82 | 0.98 | 0.2 | 9.6 | 0.96 | 0.41 |
| Hex | CC | 24 | 4 | 0 | 52 | 62 | 14 | A | 60 | 29 |
| Octal | 314 | 44 | 4 | 0 | 122 | 142 | 24 | 12 | 140 | 51 |
| Binary | 11001100 | 100100 | 100 | 0 | 1010010 | 1100010 | 10100 | 1010 | 1100000 | 101001 |
Color Harmonies of #CC2404
Complementary color
Monochromatic Colors of #CC2404
Black with #CC2404
Text Example
Text Example
White with #CC2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2404; }
p { color: rgb(204,36,4); }
H1.HeaderClassName
{
color: #CC2404;
}
.AnyTagClassName
{
color: #CC2404;
}
</style>
background-color css
<style>
a { background-color: #CC2404; }
a { background-color: rgb(204,36,4); }
div.DivClassName
{
background-color: #CC2404;
}
.BgClassName
{
background-color: #CC2404;
}
</style>
border-color css
<style>
span { border-color: #CC2404; }
span { border-color: rgb(204,36,4); }
td.TdClassName
{
border-color: #CC2404;
}
.TagClassName
{
border-color: #CC2404;
}
</style>