Html Css Color HEX #CC3716 Harley Davidson Orange
📋 copy color: '#CC3716'red 204 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #CC3716
Tints of Harley Davidson Orange #CC3716
RGB
CMYK
RGB Variations
Color information
#CC3716 (or 0xCC3716) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 16. RGB value is (204,55,22). Sum of RGB (Red+Green+Blue) = 204+55+22=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3716 is #33C8E9. Grayscale: #606060. Windows color (decimal): -3393770 or 1456076. OLE color: 1456076.
HSL color Cylindrical-coordinate representation of color #CC3716: hue angle of 10.88º 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 #CC3716 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.2 |
| HSL | 10.88º | 0.81% | 0.44% | - |
| HSV(B) | 10.88º | 0.89% | 0.8% | - |
| XYZ | 26.41 | 15.63 | 2.38 | - |
| YUV | 95.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 22 | 0 | 0.73 | 0.89 | 0.2 | 10.88 | 0.81 | 0.44 |
| Hex | CC | 37 | 16 | 0 | 49 | 59 | 14 | B | 51 | 2C |
| Octal | 314 | 67 | 26 | 0 | 111 | 131 | 24 | 13 | 121 | 54 |
| Binary | 11001100 | 110111 | 10110 | 0 | 1001001 | 1011001 | 10100 | 1011 | 1010001 | 101100 |
Color Harmonies of #CC3716
Complementary color
Monochromatic Colors of #CC3716
Black with #CC3716
Text Example
Text Example
White with #CC3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3716; }
p { color: rgb(204,55,22); }
H1.HeaderClassName
{
color: #CC3716;
}
.AnyTagClassName
{
color: #CC3716;
}
</style>
background-color css
<style>
a { background-color: #CC3716; }
a { background-color: rgb(204,55,22); }
div.DivClassName
{
background-color: #CC3716;
}
.BgClassName
{
background-color: #CC3716;
}
</style>
border-color css
<style>
span { border-color: #CC3716; }
span { border-color: rgb(204,55,22); }
td.TdClassName
{
border-color: #CC3716;
}
.TagClassName
{
border-color: #CC3716;
}
</style>