Html Css Color HEX #CC4017 Harley Davidson Orange
📋 copy color: '#CC4017'red 204 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #CC4017
Tints of Harley Davidson Orange #CC4017
RGB
CMYK
RGB Variations
Color information
#CC4017 (or 0xCC4017) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 17. RGB value is (204,64,23). Sum of RGB (Red+Green+Blue) = 204+64+23=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4017 is #33BFE8. Grayscale: #656565. Windows color (decimal): -3391465 or 1523916. OLE color: 1523916.
HSL color Cylindrical-coordinate representation of color #CC4017: hue angle of 13.59º 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 #CC4017 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.2 |
| HSL | 13.59º | 0.8% | 0.45% | - |
| HSV(B) | 13.59º | 0.89% | 0.8% | - |
| XYZ | 26.89 | 16.57 | 2.59 | - |
| YUV | 101.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 23 | 0 | 0.69 | 0.89 | 0.2 | 13.59 | 0.8 | 0.45 |
| Hex | CC | 40 | 17 | 0 | 45 | 59 | 14 | E | 50 | 2D |
| Octal | 314 | 100 | 27 | 0 | 105 | 131 | 24 | 16 | 120 | 55 |
| Binary | 11001100 | 1000000 | 10111 | 0 | 1000101 | 1011001 | 10100 | 1110 | 1010000 | 101101 |
Color Harmonies of #CC4017
Complementary color
Monochromatic Colors of #CC4017
Black with #CC4017
Text Example
Text Example
White with #CC4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4017; }
p { color: rgb(204,64,23); }
H1.HeaderClassName
{
color: #CC4017;
}
.AnyTagClassName
{
color: #CC4017;
}
</style>
background-color css
<style>
a { background-color: #CC4017; }
a { background-color: rgb(204,64,23); }
div.DivClassName
{
background-color: #CC4017;
}
.BgClassName
{
background-color: #CC4017;
}
</style>
border-color css
<style>
span { border-color: #CC4017; }
span { border-color: rgb(204,64,23); }
td.TdClassName
{
border-color: #CC4017;
}
.TagClassName
{
border-color: #CC4017;
}
</style>