Html Css Color HEX #CC2710 Harley Davidson Orange
📋 copy color: '#CC2710'red 204 ◦ green 39 ◦ blue 16
Shades of Harley Davidson Orange #CC2710
Tints of Harley Davidson Orange #CC2710
RGB
CMYK
RGB Variations
Color information
#CC2710 (or 0xCC2710) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 10. RGB value is (204,39,16). Sum of RGB (Red+Green+Blue) = 204+39+16=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2710 is #33D8EF. Grayscale: #555555. Windows color (decimal): -3397872 or 1058764. OLE color: 1058764.
HSL color Cylindrical-coordinate representation of color #CC2710: hue angle of 7.34º 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 #CC2710 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 16 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.2 |
| HSL | 7.34º | 0.85% | 0.43% | - |
| HSV(B) | 7.34º | 0.92% | 0.8% | - |
| XYZ | 25.72 | 14.33 | 1.9 | - |
| YUV | 85.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 16 | 0 | 0.81 | 0.92 | 0.2 | 7.34 | 0.85 | 0.43 |
| Hex | CC | 27 | 10 | 0 | 51 | 5C | 14 | 7 | 55 | 2B |
| Octal | 314 | 47 | 20 | 0 | 121 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001100 | 100111 | 10000 | 0 | 1010001 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CC2710
Complementary color
Monochromatic Colors of #CC2710
Black with #CC2710
Text Example
Text Example
White with #CC2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2710; }
p { color: rgb(204,39,16); }
H1.HeaderClassName
{
color: #CC2710;
}
.AnyTagClassName
{
color: #CC2710;
}
</style>
background-color css
<style>
a { background-color: #CC2710; }
a { background-color: rgb(204,39,16); }
div.DivClassName
{
background-color: #CC2710;
}
.BgClassName
{
background-color: #CC2710;
}
</style>
border-color css
<style>
span { border-color: #CC2710; }
span { border-color: rgb(204,39,16); }
td.TdClassName
{
border-color: #CC2710;
}
.TagClassName
{
border-color: #CC2710;
}
</style>