Html Css Color HEX #CC3517 Harley Davidson Orange
📋 copy color: '#CC3517'red 204 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #CC3517
Tints of Harley Davidson Orange #CC3517
RGB
CMYK
RGB Variations
Color information
#CC3517 (or 0xCC3517) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 17. RGB value is (204,53,23). Sum of RGB (Red+Green+Blue) = 204+53+23=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3517 is #33CAE8. Grayscale: #5F5F5F. Windows color (decimal): -3394281 or 1521100. OLE color: 1521100.
HSL color Cylindrical-coordinate representation of color #CC3517: hue angle of 9.94º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3517 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.2 |
| HSL | 9.94º | 0.8% | 0.45% | - |
| HSV(B) | 9.94º | 0.89% | 0.8% | - |
| XYZ | 26.33 | 15.45 | 2.4 | - |
| YUV | 94.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 23 | 0 | 0.74 | 0.89 | 0.2 | 9.94 | 0.8 | 0.45 |
| Hex | CC | 35 | 17 | 0 | 4A | 59 | 14 | A | 50 | 2D |
| Octal | 314 | 65 | 27 | 0 | 112 | 131 | 24 | 12 | 120 | 55 |
| Binary | 11001100 | 110101 | 10111 | 0 | 1001010 | 1011001 | 10100 | 1010 | 1010000 | 101101 |
Color Harmonies of #CC3517
Complementary color
Monochromatic Colors of #CC3517
Black with #CC3517
Text Example
Text Example
White with #CC3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3517; }
p { color: rgb(204,53,23); }
H1.HeaderClassName
{
color: #CC3517;
}
.AnyTagClassName
{
color: #CC3517;
}
</style>
background-color css
<style>
a { background-color: #CC3517; }
a { background-color: rgb(204,53,23); }
div.DivClassName
{
background-color: #CC3517;
}
.BgClassName
{
background-color: #CC3517;
}
</style>
border-color css
<style>
span { border-color: #CC3517; }
span { border-color: rgb(204,53,23); }
td.TdClassName
{
border-color: #CC3517;
}
.TagClassName
{
border-color: #CC3517;
}
</style>