Html Css Color HEX #CC2408 Harley Davidson Orange
📋 copy color: '#CC2408'red 204 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #CC2408
Tints of Harley Davidson Orange #CC2408
RGB
CMYK
RGB Variations
Color information
#CC2408 (or 0xCC2408) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 08. RGB value is (204,36,8). Sum of RGB (Red+Green+Blue) = 204+36+8=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2408 is #33DBF7. Grayscale: #535353. Windows color (decimal): -3398648 or 533708. OLE color: 533708.
HSL color Cylindrical-coordinate representation of color #CC2408: hue angle of 8.57º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC2408 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.2 |
| HSL | 8.57º | 0.92% | 0.42% | - |
| HSV(B) | 8.57º | 0.96% | 0.8% | - |
| XYZ | 25.58 | 14.12 | 1.61 | - |
| YUV | 83.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 8 | 0 | 0.82 | 0.96 | 0.2 | 8.57 | 0.92 | 0.42 |
| Hex | CC | 24 | 8 | 0 | 52 | 60 | 14 | 9 | 5C | 2A |
| Octal | 314 | 44 | 10 | 0 | 122 | 140 | 24 | 11 | 134 | 52 |
| Binary | 11001100 | 100100 | 1000 | 0 | 1010010 | 1100000 | 10100 | 1001 | 1011100 | 101010 |
Color Harmonies of #CC2408
Complementary color
Monochromatic Colors of #CC2408
Black with #CC2408
Text Example
Text Example
White with #CC2408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2408; }
p { color: rgb(204,36,8); }
H1.HeaderClassName
{
color: #CC2408;
}
.AnyTagClassName
{
color: #CC2408;
}
</style>
background-color css
<style>
a { background-color: #CC2408; }
a { background-color: rgb(204,36,8); }
div.DivClassName
{
background-color: #CC2408;
}
.BgClassName
{
background-color: #CC2408;
}
</style>
border-color css
<style>
span { border-color: #CC2408; }
span { border-color: rgb(204,36,8); }
td.TdClassName
{
border-color: #CC2408;
}
.TagClassName
{
border-color: #CC2408;
}
</style>