Html Css Color HEX #CC2717 Harley Davidson Orange
📋 copy color: '#CC2717'red 204 ◦ green 39 ◦ blue 23
Shades of Harley Davidson Orange #CC2717
Tints of Harley Davidson Orange #CC2717
RGB
CMYK
RGB Variations
Color information
#CC2717 (or 0xCC2717) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 17. RGB value is (204,39,23). Sum of RGB (Red+Green+Blue) = 204+39+23=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2717 is #33D8E8. Grayscale: #565656. Windows color (decimal): -3397865 or 1517516. OLE color: 1517516.
HSL color Cylindrical-coordinate representation of color #CC2717: hue angle of 5.3º 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 #CC2717 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 23 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.2 |
| HSL | 5.3º | 0.8% | 0.45% | - |
| HSV(B) | 5.3º | 0.89% | 0.8% | - |
| XYZ | 25.78 | 14.35 | 2.22 | - |
| YUV | 86.51 | 92.16 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 23 | 0 | 0.81 | 0.89 | 0.2 | 5.3 | 0.8 | 0.45 |
| Hex | CC | 27 | 17 | 0 | 51 | 59 | 14 | 5 | 50 | 2D |
| Octal | 314 | 47 | 27 | 0 | 121 | 131 | 24 | 5 | 120 | 55 |
| Binary | 11001100 | 100111 | 10111 | 0 | 1010001 | 1011001 | 10100 | 101 | 1010000 | 101101 |
Color Harmonies of #CC2717
Complementary color
Monochromatic Colors of #CC2717
Black with #CC2717
Text Example
Text Example
White with #CC2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2717; }
p { color: rgb(204,39,23); }
H1.HeaderClassName
{
color: #CC2717;
}
.AnyTagClassName
{
color: #CC2717;
}
</style>
background-color css
<style>
a { background-color: #CC2717; }
a { background-color: rgb(204,39,23); }
div.DivClassName
{
background-color: #CC2717;
}
.BgClassName
{
background-color: #CC2717;
}
</style>
border-color css
<style>
span { border-color: #CC2717; }
span { border-color: rgb(204,39,23); }
td.TdClassName
{
border-color: #CC2717;
}
.TagClassName
{
border-color: #CC2717;
}
</style>