Html Css Color HEX #CC3210 Harley Davidson Orange
📋 copy color: '#CC3210'red 204 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #CC3210
Tints of Harley Davidson Orange #CC3210
RGB
CMYK
RGB Variations
Color information
#CC3210 (or 0xCC3210) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 10. RGB value is (204,50,16). Sum of RGB (Red+Green+Blue) = 204+50+16=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3210 is #33CDEF. Grayscale: #5C5C5C. Windows color (decimal): -3395056 or 1061580. OLE color: 1061580.
HSL color Cylindrical-coordinate representation of color #CC3210: hue angle of 10.85º 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 #CC3210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.2 |
| HSL | 10.85º | 0.85% | 0.43% | - |
| HSV(B) | 10.85º | 0.92% | 0.8% | - |
| XYZ | 26.14 | 15.16 | 2.04 | - |
| YUV | 92.17 | 85.02 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 16 | 0 | 0.75 | 0.92 | 0.2 | 10.85 | 0.85 | 0.43 |
| Hex | CC | 32 | 10 | 0 | 4B | 5C | 14 | B | 55 | 2B |
| Octal | 314 | 62 | 20 | 0 | 113 | 134 | 24 | 13 | 125 | 53 |
| Binary | 11001100 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10100 | 1011 | 1010101 | 101011 |
Color Harmonies of #CC3210
Complementary color
Monochromatic Colors of #CC3210
Black with #CC3210
Text Example
Text Example
White with #CC3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3210; }
p { color: rgb(204,50,16); }
H1.HeaderClassName
{
color: #CC3210;
}
.AnyTagClassName
{
color: #CC3210;
}
</style>
background-color css
<style>
a { background-color: #CC3210; }
a { background-color: rgb(204,50,16); }
div.DivClassName
{
background-color: #CC3210;
}
.BgClassName
{
background-color: #CC3210;
}
</style>
border-color css
<style>
span { border-color: #CC3210; }
span { border-color: rgb(204,50,16); }
td.TdClassName
{
border-color: #CC3210;
}
.TagClassName
{
border-color: #CC3210;
}
</style>