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