Html Css Color HEX #CC3316 Harley Davidson Orange
📋 copy color: '#CC3316'red 204 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #CC3316
Tints of Harley Davidson Orange #CC3316
RGB
CMYK
RGB Variations
Color information
#CC3316 (or 0xCC3316) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 16. RGB value is (204,51,22). Sum of RGB (Red+Green+Blue) = 204+51+22=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3316 is #33CCE9. Grayscale: #5D5D5D. Windows color (decimal): -3394794 or 1455052. OLE color: 1455052.
HSL color Cylindrical-coordinate representation of color #CC3316: hue angle of 9.56º 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 #CC3316 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.2 |
| HSL | 9.56º | 0.81% | 0.44% | - |
| HSV(B) | 9.56º | 0.89% | 0.8% | - |
| XYZ | 26.23 | 15.26 | 2.32 | - |
| YUV | 93.44 | 87.69 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 22 | 0 | 0.75 | 0.89 | 0.2 | 9.56 | 0.81 | 0.44 |
| Hex | CC | 33 | 16 | 0 | 4B | 59 | 14 | A | 51 | 2C |
| Octal | 314 | 63 | 26 | 0 | 113 | 131 | 24 | 12 | 121 | 54 |
| Binary | 11001100 | 110011 | 10110 | 0 | 1001011 | 1011001 | 10100 | 1010 | 1010001 | 101100 |
Color Harmonies of #CC3316
Complementary color
Monochromatic Colors of #CC3316
Black with #CC3316
Text Example
Text Example
White with #CC3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3316; }
p { color: rgb(204,51,22); }
H1.HeaderClassName
{
color: #CC3316;
}
.AnyTagClassName
{
color: #CC3316;
}
</style>
background-color css
<style>
a { background-color: #CC3316; }
a { background-color: rgb(204,51,22); }
div.DivClassName
{
background-color: #CC3316;
}
.BgClassName
{
background-color: #CC3316;
}
</style>
border-color css
<style>
span { border-color: #CC3316; }
span { border-color: rgb(204,51,22); }
td.TdClassName
{
border-color: #CC3316;
}
.TagClassName
{
border-color: #CC3316;
}
</style>