Html Css Color HEX #CC2C0A Harley Davidson Orange
📋 copy color: '#CC2C0A'red 204 ◦ green 44 ◦ blue 10
Shades of Harley Davidson Orange #CC2C0A
Tints of Harley Davidson Orange #CC2C0A
RGB
CMYK
RGB Variations
Color information
#CC2C0A (or 0xCC2C0A) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 0A. RGB value is (204,44,10). Sum of RGB (Red+Green+Blue) = 204+44+10=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C0A is #33D3F5. Grayscale: #585858. Windows color (decimal): -3396598 or 666828. OLE color: 666828.
HSL color Cylindrical-coordinate representation of color #CC2C0A: hue angle of 10.52º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC2C0A is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 10 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.2 |
| HSL | 10.52º | 0.91% | 0.42% | - |
| HSV(B) | 10.52º | 0.95% | 0.8% | - |
| XYZ | 25.86 | 14.66 | 1.75 | - |
| YUV | 87.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 10 | 0 | 0.78 | 0.95 | 0.2 | 10.52 | 0.91 | 0.42 |
| Hex | CC | 2C | A | 0 | 4E | 5F | 14 | B | 5B | 2A |
| Octal | 314 | 54 | 12 | 0 | 116 | 137 | 24 | 13 | 133 | 52 |
| Binary | 11001100 | 101100 | 1010 | 0 | 1001110 | 1011111 | 10100 | 1011 | 1011011 | 101010 |
Color Harmonies of #CC2C0A
Complementary color
Monochromatic Colors of #CC2C0A
Black with #CC2C0A
Text Example
Text Example
White with #CC2C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C0A; }
p { color: rgb(204,44,10); }
H1.HeaderClassName
{
color: #CC2C0A;
}
.AnyTagClassName
{
color: #CC2C0A;
}
</style>
background-color css
<style>
a { background-color: #CC2C0A; }
a { background-color: rgb(204,44,10); }
div.DivClassName
{
background-color: #CC2C0A;
}
.BgClassName
{
background-color: #CC2C0A;
}
</style>
border-color css
<style>
span { border-color: #CC2C0A; }
span { border-color: rgb(204,44,10); }
td.TdClassName
{
border-color: #CC2C0A;
}
.TagClassName
{
border-color: #CC2C0A;
}
</style>