Html Css Color HEX #CC2400 Harley Davidson Orange
📋 copy color: '#CC2400'red 204 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #CC2400
Tints of Harley Davidson Orange #CC2400
RGB
CMYK
RGB Variations
Color information
#CC2400 (or 0xCC2400) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 00. RGB value is (204,36,0). Sum of RGB (Red+Green+Blue) = 204+36+0=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2400 is #33DBFF. Grayscale: #525252. Windows color (decimal): -3398656 or 9420. OLE color: 9420.
HSL color Cylindrical-coordinate representation of color #CC2400: hue angle of 10.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2400 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.2 |
| HSL | 10.59º | 1% | 0.4% | - |
| HSV(B) | 10.59º | 1% | 0.8% | - |
| XYZ | 25.53 | 14.1 | 1.38 | - |
| YUV | 82.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 0 | 0 | 0.82 | 1 | 0.2 | 10.59 | 1 | 0.4 |
| Hex | CC | 24 | 0 | 0 | 52 | 64 | 14 | B | 64 | 28 |
| Octal | 314 | 44 | 0 | 0 | 122 | 144 | 24 | 13 | 144 | 50 |
| Binary | 11001100 | 100100 | 0 | 0 | 1010010 | 1100100 | 10100 | 1011 | 1100100 | 101000 |
Color Harmonies of #CC2400
Complementary color
Monochromatic Colors of #CC2400
Black with #CC2400
Text Example
Text Example
White with #CC2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2400; }
p { color: rgb(204,36,0); }
H1.HeaderClassName
{
color: #CC2400;
}
.AnyTagClassName
{
color: #CC2400;
}
</style>
background-color css
<style>
a { background-color: #CC2400; }
a { background-color: rgb(204,36,0); }
div.DivClassName
{
background-color: #CC2400;
}
.BgClassName
{
background-color: #CC2400;
}
</style>
border-color css
<style>
span { border-color: #CC2400; }
span { border-color: rgb(204,36,0); }
td.TdClassName
{
border-color: #CC2400;
}
.TagClassName
{
border-color: #CC2400;
}
</style>