Html Css Color HEX #CC2108 Harley Davidson Orange
📋 copy color: '#CC2108'red 204 ◦ green 33 ◦ blue 8
Shades of Harley Davidson Orange #CC2108
Tints of Harley Davidson Orange #CC2108
RGB
CMYK
RGB Variations
Color information
#CC2108 (or 0xCC2108) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 08. RGB value is (204,33,8). Sum of RGB (Red+Green+Blue) = 204+33+8=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2108 is #33DEF7. Grayscale: #515151. Windows color (decimal): -3399416 or 532940. OLE color: 532940.
HSL color Cylindrical-coordinate representation of color #CC2108: hue angle of 7.65º 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 #CC2108 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.2 |
| HSL | 7.65º | 0.92% | 0.42% | - |
| HSV(B) | 7.65º | 0.96% | 0.8% | - |
| XYZ | 25.49 | 13.94 | 1.58 | - |
| YUV | 81.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 8 | 0 | 0.84 | 0.96 | 0.2 | 7.65 | 0.92 | 0.42 |
| Hex | CC | 21 | 8 | 0 | 54 | 60 | 14 | 8 | 5C | 2A |
| Octal | 314 | 41 | 10 | 0 | 124 | 140 | 24 | 10 | 134 | 52 |
| Binary | 11001100 | 100001 | 1000 | 0 | 1010100 | 1100000 | 10100 | 1000 | 1011100 | 101010 |
Color Harmonies of #CC2108
Complementary color
Monochromatic Colors of #CC2108
Black with #CC2108
Text Example
Text Example
White with #CC2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2108; }
p { color: rgb(204,33,8); }
H1.HeaderClassName
{
color: #CC2108;
}
.AnyTagClassName
{
color: #CC2108;
}
</style>
background-color css
<style>
a { background-color: #CC2108; }
a { background-color: rgb(204,33,8); }
div.DivClassName
{
background-color: #CC2108;
}
.BgClassName
{
background-color: #CC2108;
}
</style>
border-color css
<style>
span { border-color: #CC2108; }
span { border-color: rgb(204,33,8); }
td.TdClassName
{
border-color: #CC2108;
}
.TagClassName
{
border-color: #CC2108;
}
</style>