Html Css Color HEX #CC2F16 Harley Davidson Orange
📋 copy color: '#CC2F16'red 204 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #CC2F16
Tints of Harley Davidson Orange #CC2F16
RGB
CMYK
RGB Variations
Color information
#CC2F16 (or 0xCC2F16) is known color: Harley Davidson Orange. HEX triplet: CC, 2F and 16. RGB value is (204,47,22). Sum of RGB (Red+Green+Blue) = 204+47+22=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2F16 is #33D0E9. Grayscale: #5B5B5B. Windows color (decimal): -3395818 or 1454028. OLE color: 1454028.
HSL color Cylindrical-coordinate representation of color #CC2F16: hue angle of 8.24º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC2F16 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 22 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.2 |
| HSL | 8.24º | 0.81% | 0.44% | - |
| HSV(B) | 8.24º | 0.89% | 0.8% | - |
| XYZ | 26.06 | 14.93 | 2.27 | - |
| YUV | 91.09 | 89.01 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 22 | 0 | 0.77 | 0.89 | 0.2 | 8.24 | 0.81 | 0.44 |
| Hex | CC | 2F | 16 | 0 | 4D | 59 | 14 | 8 | 51 | 2C |
| Octal | 314 | 57 | 26 | 0 | 115 | 131 | 24 | 10 | 121 | 54 |
| Binary | 11001100 | 101111 | 10110 | 0 | 1001101 | 1011001 | 10100 | 1000 | 1010001 | 101100 |
Color Harmonies of #CC2F16
Complementary color
Monochromatic Colors of #CC2F16
Black with #CC2F16
Text Example
Text Example
White with #CC2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F16; }
p { color: rgb(204,47,22); }
H1.HeaderClassName
{
color: #CC2F16;
}
.AnyTagClassName
{
color: #CC2F16;
}
</style>
background-color css
<style>
a { background-color: #CC2F16; }
a { background-color: rgb(204,47,22); }
div.DivClassName
{
background-color: #CC2F16;
}
.BgClassName
{
background-color: #CC2F16;
}
</style>
border-color css
<style>
span { border-color: #CC2F16; }
span { border-color: rgb(204,47,22); }
td.TdClassName
{
border-color: #CC2F16;
}
.TagClassName
{
border-color: #CC2F16;
}
</style>