Html Css Color HEX #CC3A16 Harley Davidson Orange
📋 copy color: '#CC3A16'red 204 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #CC3A16
Tints of Harley Davidson Orange #CC3A16
RGB
CMYK
RGB Variations
Color information
#CC3A16 (or 0xCC3A16) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 16. RGB value is (204,58,22). Sum of RGB (Red+Green+Blue) = 204+58+22=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A16 is #33C5E9. Grayscale: #616161. Windows color (decimal): -3393002 or 1456844. OLE color: 1456844.
HSL color Cylindrical-coordinate representation of color #CC3A16: hue angle of 11.87º 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 #CC3A16 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 58 | 22 | - |
CMYK | 0 | 0.72 | 0.89 | 0.2 |
HSL | 11.87º | 0.81% | 0.44% | - |
HSV(B) | 11.87º | 0.89% | 0.8% | - |
XYZ | 26.56 | 15.92 | 2.43 | - |
YUV | 97.55 | 85.37 | 203.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 58 | 22 | 0 | 0.72 | 0.89 | 0.2 | 11.87 | 0.81 | 0.44 |
Hex | CC | 3A | 16 | 0 | 48 | 59 | 14 | C | 51 | 2C |
Octal | 314 | 72 | 26 | 0 | 110 | 131 | 24 | 14 | 121 | 54 |
Binary | 11001100 | 111010 | 10110 | 0 | 1001000 | 1011001 | 10100 | 1100 | 1010001 | 101100 |
Color Harmonies of #CC3A16
Complementary color
Monochromatic Colors of #CC3A16
Black with #CC3A16
Text Example
Text Example
White with #CC3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A16; }
p { color: rgb(204,58,22); }
H1.HeaderClassName
{
color: #CC3A16;
}
.AnyTagClassName
{
color: #CC3A16;
}
</style>
background-color css
<style>
a { background-color: #CC3A16; }
a { background-color: rgb(204,58,22); }
div.DivClassName
{
background-color: #CC3A16;
}
.BgClassName
{
background-color: #CC3A16;
}
</style>
border-color css
<style>
span { border-color: #CC3A16; }
span { border-color: rgb(204,58,22); }
td.TdClassName
{
border-color: #CC3A16;
}
.TagClassName
{
border-color: #CC3A16;
}
</style>