Html Css Color HEX #CC2A0B Harley Davidson Orange
📋 copy color: '#CC2A0B'red 204 ◦ green 42 ◦ blue 11
Shades of Harley Davidson Orange #CC2A0B
Tints of Harley Davidson Orange #CC2A0B
RGB
CMYK
RGB Variations
Color information
#CC2A0B (or 0xCC2A0B) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 0B. RGB value is (204,42,11). Sum of RGB (Red+Green+Blue) = 204+42+11=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2A0B is #33D5F4. Grayscale: #575757. Windows color (decimal): -3397109 or 731852. OLE color: 731852.
HSL color Cylindrical-coordinate representation of color #CC2A0B: hue angle of 9.64º degrees, saturation: 0.9, 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 #CC2A0B is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 11 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.2 |
| HSL | 9.64º | 0.9% | 0.42% | - |
| HSV(B) | 9.64º | 0.95% | 0.8% | - |
| XYZ | 25.79 | 14.52 | 1.76 | - |
| YUV | 86.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 11 | 0 | 0.79 | 0.95 | 0.2 | 9.64 | 0.9 | 0.42 |
| Hex | CC | 2A | B | 0 | 4F | 5F | 14 | A | 5A | 2A |
| Octal | 314 | 52 | 13 | 0 | 117 | 137 | 24 | 12 | 132 | 52 |
| Binary | 11001100 | 101010 | 1011 | 0 | 1001111 | 1011111 | 10100 | 1010 | 1011010 | 101010 |
Color Harmonies of #CC2A0B
Complementary color
Monochromatic Colors of #CC2A0B
Black with #CC2A0B
Text Example
Text Example
White with #CC2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A0B; }
p { color: rgb(204,42,11); }
H1.HeaderClassName
{
color: #CC2A0B;
}
.AnyTagClassName
{
color: #CC2A0B;
}
</style>
background-color css
<style>
a { background-color: #CC2A0B; }
a { background-color: rgb(204,42,11); }
div.DivClassName
{
background-color: #CC2A0B;
}
.BgClassName
{
background-color: #CC2A0B;
}
</style>
border-color css
<style>
span { border-color: #CC2A0B; }
span { border-color: rgb(204,42,11); }
td.TdClassName
{
border-color: #CC2A0B;
}
.TagClassName
{
border-color: #CC2A0B;
}
</style>