Html Css Color HEX #CC2B00 Harley Davidson Orange
📋 copy color: '#CC2B00'red 204 ◦ green 43 ◦ blue 0
Shades of Harley Davidson Orange #CC2B00
Tints of Harley Davidson Orange #CC2B00
RGB
CMYK
RGB Variations
Color information
#CC2B00 (or 0xCC2B00) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 00. RGB value is (204,43,0). Sum of RGB (Red+Green+Blue) = 204+43+0=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B00 is #33D4FF. Grayscale: #565656. Windows color (decimal): -3396864 or 11212. OLE color: 11212.
HSL color Cylindrical-coordinate representation of color #CC2B00: hue angle of 12.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2B00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.2 |
| HSL | 12.65º | 1% | 0.4% | - |
| HSV(B) | 12.65º | 1% | 0.8% | - |
| XYZ | 25.77 | 14.57 | 1.45 | - |
| YUV | 86.24 | 79.34 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 0 | 0 | 0.79 | 1 | 0.2 | 12.65 | 1 | 0.4 |
| Hex | CC | 2B | 0 | 0 | 4F | 64 | 14 | D | 64 | 28 |
| Octal | 314 | 53 | 0 | 0 | 117 | 144 | 24 | 15 | 144 | 50 |
| Binary | 11001100 | 101011 | 0 | 0 | 1001111 | 1100100 | 10100 | 1101 | 1100100 | 101000 |
Color Harmonies of #CC2B00
Complementary color
Monochromatic Colors of #CC2B00
Black with #CC2B00
Text Example
Text Example
White with #CC2B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B00; }
p { color: rgb(204,43,0); }
H1.HeaderClassName
{
color: #CC2B00;
}
.AnyTagClassName
{
color: #CC2B00;
}
</style>
background-color css
<style>
a { background-color: #CC2B00; }
a { background-color: rgb(204,43,0); }
div.DivClassName
{
background-color: #CC2B00;
}
.BgClassName
{
background-color: #CC2B00;
}
</style>
border-color css
<style>
span { border-color: #CC2B00; }
span { border-color: rgb(204,43,0); }
td.TdClassName
{
border-color: #CC2B00;
}
.TagClassName
{
border-color: #CC2B00;
}
</style>