Html Css Color HEX #CC3B16 Harley Davidson Orange
📋 copy color: '#CC3B16'red 204 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #CC3B16
Tints of Harley Davidson Orange #CC3B16
RGB
CMYK
RGB Variations
Color information
#CC3B16 (or 0xCC3B16) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 16. RGB value is (204,59,22). Sum of RGB (Red+Green+Blue) = 204+59+22=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3B16 is #33C4E9. Grayscale: #626262. Windows color (decimal): -3392746 or 1457100. OLE color: 1457100.
HSL color Cylindrical-coordinate representation of color #CC3B16: hue angle of 12.2º 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 #CC3B16 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 59 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.2 |
| HSL | 12.2º | 0.81% | 0.44% | - |
| HSV(B) | 12.2º | 0.89% | 0.8% | - |
| XYZ | 26.61 | 16.02 | 2.45 | - |
| YUV | 98.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 59 | 22 | 0 | 0.71 | 0.89 | 0.2 | 12.2 | 0.81 | 0.44 |
| Hex | CC | 3B | 16 | 0 | 47 | 59 | 14 | C | 51 | 2C |
| Octal | 314 | 73 | 26 | 0 | 107 | 131 | 24 | 14 | 121 | 54 |
| Binary | 11001100 | 111011 | 10110 | 0 | 1000111 | 1011001 | 10100 | 1100 | 1010001 | 101100 |
Color Harmonies of #CC3B16
Complementary color
Monochromatic Colors of #CC3B16
Black with #CC3B16
Text Example
Text Example
White with #CC3B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3B16; }
p { color: rgb(204,59,22); }
H1.HeaderClassName
{
color: #CC3B16;
}
.AnyTagClassName
{
color: #CC3B16;
}
</style>
background-color css
<style>
a { background-color: #CC3B16; }
a { background-color: rgb(204,59,22); }
div.DivClassName
{
background-color: #CC3B16;
}
.BgClassName
{
background-color: #CC3B16;
}
</style>
border-color css
<style>
span { border-color: #CC3B16; }
span { border-color: rgb(204,59,22); }
td.TdClassName
{
border-color: #CC3B16;
}
.TagClassName
{
border-color: #CC3B16;
}
</style>