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