Html Css Color HEX #CC3117 Harley Davidson Orange
📋 copy color: '#CC3117'red 204 ◦ green 49 ◦ blue 23
Shades of Harley Davidson Orange #CC3117
Tints of Harley Davidson Orange #CC3117
RGB
CMYK
RGB Variations
Color information
#CC3117 (or 0xCC3117) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 17. RGB value is (204,49,23). Sum of RGB (Red+Green+Blue) = 204+49+23=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3117 is #33CEE8. Grayscale: #5C5C5C. Windows color (decimal): -3395305 or 1520076. OLE color: 1520076.
HSL color Cylindrical-coordinate representation of color #CC3117: hue angle of 8.62º 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 #CC3117 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 23 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.2 |
| HSL | 8.62º | 0.8% | 0.45% | - |
| HSV(B) | 8.62º | 0.89% | 0.8% | - |
| XYZ | 26.15 | 15.1 | 2.35 | - |
| YUV | 92.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 23 | 0 | 0.76 | 0.89 | 0.2 | 8.62 | 0.8 | 0.45 |
| Hex | CC | 31 | 17 | 0 | 4C | 59 | 14 | 9 | 50 | 2D |
| Octal | 314 | 61 | 27 | 0 | 114 | 131 | 24 | 11 | 120 | 55 |
| Binary | 11001100 | 110001 | 10111 | 0 | 1001100 | 1011001 | 10100 | 1001 | 1010000 | 101101 |
Color Harmonies of #CC3117
Complementary color
Monochromatic Colors of #CC3117
Black with #CC3117
Text Example
Text Example
White with #CC3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3117; }
p { color: rgb(204,49,23); }
H1.HeaderClassName
{
color: #CC3117;
}
.AnyTagClassName
{
color: #CC3117;
}
</style>
background-color css
<style>
a { background-color: #CC3117; }
a { background-color: rgb(204,49,23); }
div.DivClassName
{
background-color: #CC3117;
}
.BgClassName
{
background-color: #CC3117;
}
</style>
border-color css
<style>
span { border-color: #CC3117; }
span { border-color: rgb(204,49,23); }
td.TdClassName
{
border-color: #CC3117;
}
.TagClassName
{
border-color: #CC3117;
}
</style>