Html Css Color HEX #CC2817 Harley Davidson Orange
📋 copy color: '#CC2817'red 204 ◦ green 40 ◦ blue 23
Shades of Harley Davidson Orange #CC2817
Tints of Harley Davidson Orange #CC2817
RGB
CMYK
RGB Variations
Color information
#CC2817 (or 0xCC2817) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 17. RGB value is (204,40,23). Sum of RGB (Red+Green+Blue) = 204+40+23=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2817 is #33D7E8. Grayscale: #575757. Windows color (decimal): -3397609 or 1517772. OLE color: 1517772.
HSL color Cylindrical-coordinate representation of color #CC2817: hue angle of 5.64º 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 #CC2817 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.2 |
| HSL | 5.64º | 0.8% | 0.45% | - |
| HSV(B) | 5.64º | 0.89% | 0.8% | - |
| XYZ | 25.82 | 14.42 | 2.23 | - |
| YUV | 87.1 | 91.83 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 23 | 0 | 0.80 | 0.89 | 0.2 | 5.64 | 0.8 | 0.45 |
| Hex | CC | 28 | 17 | 0 | 50 | 59 | 14 | 6 | 50 | 2D |
| Octal | 314 | 50 | 27 | 0 | 120 | 131 | 24 | 6 | 120 | 55 |
| Binary | 11001100 | 101000 | 10111 | 0 | 1010000 | 1011001 | 10100 | 110 | 1010000 | 101101 |
Color Harmonies of #CC2817
Complementary color
Monochromatic Colors of #CC2817
Black with #CC2817
Text Example
Text Example
White with #CC2817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2817; }
p { color: rgb(204,40,23); }
H1.HeaderClassName
{
color: #CC2817;
}
.AnyTagClassName
{
color: #CC2817;
}
</style>
background-color css
<style>
a { background-color: #CC2817; }
a { background-color: rgb(204,40,23); }
div.DivClassName
{
background-color: #CC2817;
}
.BgClassName
{
background-color: #CC2817;
}
</style>
border-color css
<style>
span { border-color: #CC2817; }
span { border-color: rgb(204,40,23); }
td.TdClassName
{
border-color: #CC2817;
}
.TagClassName
{
border-color: #CC2817;
}
</style>