Html Css Color HEX #CC2508 Harley Davidson Orange
📋 copy color: '#CC2508'red 204 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #CC2508
Tints of Harley Davidson Orange #CC2508
RGB
CMYK
RGB Variations
Color information
#CC2508 (or 0xCC2508) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 08. RGB value is (204,37,8). Sum of RGB (Red+Green+Blue) = 204+37+8=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2508 is #33DAF7. Grayscale: #535353. Windows color (decimal): -3398392 or 533964. OLE color: 533964.
HSL color Cylindrical-coordinate representation of color #CC2508: hue angle of 8.88º 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 #CC2508 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.2 |
| HSL | 8.88º | 0.92% | 0.42% | - |
| HSV(B) | 8.88º | 0.96% | 0.8% | - |
| XYZ | 25.61 | 14.18 | 1.62 | - |
| YUV | 83.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 8 | 0 | 0.82 | 0.96 | 0.2 | 8.88 | 0.92 | 0.42 |
| Hex | CC | 25 | 8 | 0 | 52 | 60 | 14 | 9 | 5C | 2A |
| Octal | 314 | 45 | 10 | 0 | 122 | 140 | 24 | 11 | 134 | 52 |
| Binary | 11001100 | 100101 | 1000 | 0 | 1010010 | 1100000 | 10100 | 1001 | 1011100 | 101010 |
Color Harmonies of #CC2508
Complementary color
Monochromatic Colors of #CC2508
Black with #CC2508
Text Example
Text Example
White with #CC2508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2508; }
p { color: rgb(204,37,8); }
H1.HeaderClassName
{
color: #CC2508;
}
.AnyTagClassName
{
color: #CC2508;
}
</style>
background-color css
<style>
a { background-color: #CC2508; }
a { background-color: rgb(204,37,8); }
div.DivClassName
{
background-color: #CC2508;
}
.BgClassName
{
background-color: #CC2508;
}
</style>
border-color css
<style>
span { border-color: #CC2508; }
span { border-color: rgb(204,37,8); }
td.TdClassName
{
border-color: #CC2508;
}
.TagClassName
{
border-color: #CC2508;
}
</style>