Html Css Color HEX #CC3510 Harley Davidson Orange
📋 copy color: '#CC3510'red 204 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #CC3510
Tints of Harley Davidson Orange #CC3510
RGB
CMYK
RGB Variations
Color information
#CC3510 (or 0xCC3510) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 10. RGB value is (204,53,16). Sum of RGB (Red+Green+Blue) = 204+53+16=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3510 is #33CAEF. Grayscale: #5E5E5E. Windows color (decimal): -3394288 or 1062348. OLE color: 1062348.
HSL color Cylindrical-coordinate representation of color #CC3510: hue angle of 11.81º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC3510 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.2 |
| HSL | 11.81º | 0.85% | 0.43% | - |
| HSV(B) | 11.81º | 0.92% | 0.8% | - |
| XYZ | 26.27 | 15.42 | 2.08 | - |
| YUV | 93.93 | 84.03 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 16 | 0 | 0.74 | 0.92 | 0.2 | 11.81 | 0.85 | 0.43 |
| Hex | CC | 35 | 10 | 0 | 4A | 5C | 14 | C | 55 | 2B |
| Octal | 314 | 65 | 20 | 0 | 112 | 134 | 24 | 14 | 125 | 53 |
| Binary | 11001100 | 110101 | 10000 | 0 | 1001010 | 1011100 | 10100 | 1100 | 1010101 | 101011 |
Color Harmonies of #CC3510
Complementary color
Monochromatic Colors of #CC3510
Black with #CC3510
Text Example
Text Example
White with #CC3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3510; }
p { color: rgb(204,53,16); }
H1.HeaderClassName
{
color: #CC3510;
}
.AnyTagClassName
{
color: #CC3510;
}
</style>
background-color css
<style>
a { background-color: #CC3510; }
a { background-color: rgb(204,53,16); }
div.DivClassName
{
background-color: #CC3510;
}
.BgClassName
{
background-color: #CC3510;
}
</style>
border-color css
<style>
span { border-color: #CC3510; }
span { border-color: rgb(204,53,16); }
td.TdClassName
{
border-color: #CC3510;
}
.TagClassName
{
border-color: #CC3510;
}
</style>