Html Css Color HEX #CC2E03 Harley Davidson Orange
📋 copy color: '#CC2E03'red 204 ◦ green 46 ◦ blue 3
Shades of Harley Davidson Orange #CC2E03
Tints of Harley Davidson Orange #CC2E03
RGB
CMYK
RGB Variations
Color information
#CC2E03 (or 0xCC2E03) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 03. RGB value is (204,46,3). Sum of RGB (Red+Green+Blue) = 204+46+3=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E03 is #33D1FC. Grayscale: #585858. Windows color (decimal): -3396093 or 208588. OLE color: 208588.
HSL color Cylindrical-coordinate representation of color #CC2E03: hue angle of 12.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2E03 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.2 |
| HSL | 12.84º | 0.97% | 0.41% | - |
| HSV(B) | 12.84º | 0.99% | 0.8% | - |
| XYZ | 25.9 | 14.8 | 1.58 | - |
| YUV | 88.34 | 79.85 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 3 | 0 | 0.77 | 0.99 | 0.2 | 12.84 | 0.97 | 0.41 |
| Hex | CC | 2E | 3 | 0 | 4D | 63 | 14 | D | 61 | 29 |
| Octal | 314 | 56 | 3 | 0 | 115 | 143 | 24 | 15 | 141 | 51 |
| Binary | 11001100 | 101110 | 11 | 0 | 1001101 | 1100011 | 10100 | 1101 | 1100001 | 101001 |
Color Harmonies of #CC2E03
Complementary color
Monochromatic Colors of #CC2E03
Black with #CC2E03
Text Example
Text Example
White with #CC2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E03; }
p { color: rgb(204,46,3); }
H1.HeaderClassName
{
color: #CC2E03;
}
.AnyTagClassName
{
color: #CC2E03;
}
</style>
background-color css
<style>
a { background-color: #CC2E03; }
a { background-color: rgb(204,46,3); }
div.DivClassName
{
background-color: #CC2E03;
}
.BgClassName
{
background-color: #CC2E03;
}
</style>
border-color css
<style>
span { border-color: #CC2E03; }
span { border-color: rgb(204,46,3); }
td.TdClassName
{
border-color: #CC2E03;
}
.TagClassName
{
border-color: #CC2E03;
}
</style>