Html Css Color HEX #CC4417 Harley Davidson Orange
📋 copy color: '#CC4417'red 204 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #CC4417
Tints of Harley Davidson Orange #CC4417
RGB
CMYK
RGB Variations
Color information
#CC4417 (or 0xCC4417) is known color: Harley Davidson Orange. HEX triplet: CC, 44 and 17. RGB value is (204,68,23). Sum of RGB (Red+Green+Blue) = 204+68+23=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4417 is #33BBE8. Grayscale: #676767. Windows color (decimal): -3390441 or 1524940. OLE color: 1524940.
HSL color Cylindrical-coordinate representation of color #CC4417: hue angle of 14.92º 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 #CC4417 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 23 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.2 |
| HSL | 14.92º | 0.8% | 0.45% | - |
| HSV(B) | 14.92º | 0.89% | 0.8% | - |
| XYZ | 27.12 | 17.03 | 2.67 | - |
| YUV | 103.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 23 | 0 | 0.67 | 0.89 | 0.2 | 14.92 | 0.8 | 0.45 |
| Hex | CC | 44 | 17 | 0 | 43 | 59 | 14 | F | 50 | 2D |
| Octal | 314 | 104 | 27 | 0 | 103 | 131 | 24 | 17 | 120 | 55 |
| Binary | 11001100 | 1000100 | 10111 | 0 | 1000011 | 1011001 | 10100 | 1111 | 1010000 | 101101 |
Color Harmonies of #CC4417
Complementary color
Monochromatic Colors of #CC4417
Black with #CC4417
Text Example
Text Example
White with #CC4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4417; }
p { color: rgb(204,68,23); }
H1.HeaderClassName
{
color: #CC4417;
}
.AnyTagClassName
{
color: #CC4417;
}
</style>
background-color css
<style>
a { background-color: #CC4417; }
a { background-color: rgb(204,68,23); }
div.DivClassName
{
background-color: #CC4417;
}
.BgClassName
{
background-color: #CC4417;
}
</style>
border-color css
<style>
span { border-color: #CC4417; }
span { border-color: rgb(204,68,23); }
td.TdClassName
{
border-color: #CC4417;
}
.TagClassName
{
border-color: #CC4417;
}
</style>