Html Css Color HEX #CC2C08 Harley Davidson Orange
📋 copy color: '#CC2C08'red 204 ◦ green 44 ◦ blue 8
Shades of Harley Davidson Orange #CC2C08
Tints of Harley Davidson Orange #CC2C08
RGB
CMYK
RGB Variations
Color information
#CC2C08 (or 0xCC2C08) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 08. RGB value is (204,44,8). Sum of RGB (Red+Green+Blue) = 204+44+8=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C08 is #33D3F7. Grayscale: #585858. Windows color (decimal): -3396600 or 535756. OLE color: 535756.
HSL color Cylindrical-coordinate representation of color #CC2C08: hue angle of 11.02º 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 #CC2C08 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 8 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.2 |
| HSL | 11.02º | 0.92% | 0.42% | - |
| HSV(B) | 11.02º | 0.96% | 0.8% | - |
| XYZ | 25.85 | 14.66 | 1.7 | - |
| YUV | 87.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 8 | 0 | 0.78 | 0.96 | 0.2 | 11.02 | 0.92 | 0.42 |
| Hex | CC | 2C | 8 | 0 | 4E | 60 | 14 | B | 5C | 2A |
| Octal | 314 | 54 | 10 | 0 | 116 | 140 | 24 | 13 | 134 | 52 |
| Binary | 11001100 | 101100 | 1000 | 0 | 1001110 | 1100000 | 10100 | 1011 | 1011100 | 101010 |
Color Harmonies of #CC2C08
Complementary color
Monochromatic Colors of #CC2C08
Black with #CC2C08
Text Example
Text Example
White with #CC2C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C08; }
p { color: rgb(204,44,8); }
H1.HeaderClassName
{
color: #CC2C08;
}
.AnyTagClassName
{
color: #CC2C08;
}
</style>
background-color css
<style>
a { background-color: #CC2C08; }
a { background-color: rgb(204,44,8); }
div.DivClassName
{
background-color: #CC2C08;
}
.BgClassName
{
background-color: #CC2C08;
}
</style>
border-color css
<style>
span { border-color: #CC2C08; }
span { border-color: rgb(204,44,8); }
td.TdClassName
{
border-color: #CC2C08;
}
.TagClassName
{
border-color: #CC2C08;
}
</style>