Html Css Color HEX #CC3417 Harley Davidson Orange
📋 copy color: '#CC3417'red 204 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #CC3417
Tints of Harley Davidson Orange #CC3417
RGB
CMYK
RGB Variations
Color information
#CC3417 (or 0xCC3417) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 17. RGB value is (204,52,23). Sum of RGB (Red+Green+Blue) = 204+52+23=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3417 is #33CBE8. Grayscale: #5E5E5E. Windows color (decimal): -3394537 or 1520844. OLE color: 1520844.
HSL color Cylindrical-coordinate representation of color #CC3417: hue angle of 9.61º 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 #CC3417 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.2 |
| HSL | 9.61º | 0.8% | 0.45% | - |
| HSV(B) | 9.61º | 0.89% | 0.8% | - |
| XYZ | 26.28 | 15.36 | 2.39 | - |
| YUV | 94.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 23 | 0 | 0.75 | 0.89 | 0.2 | 9.61 | 0.8 | 0.45 |
| Hex | CC | 34 | 17 | 0 | 4B | 59 | 14 | A | 50 | 2D |
| Octal | 314 | 64 | 27 | 0 | 113 | 131 | 24 | 12 | 120 | 55 |
| Binary | 11001100 | 110100 | 10111 | 0 | 1001011 | 1011001 | 10100 | 1010 | 1010000 | 101101 |
Color Harmonies of #CC3417
Complementary color
Monochromatic Colors of #CC3417
Black with #CC3417
Text Example
Text Example
White with #CC3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3417; }
p { color: rgb(204,52,23); }
H1.HeaderClassName
{
color: #CC3417;
}
.AnyTagClassName
{
color: #CC3417;
}
</style>
background-color css
<style>
a { background-color: #CC3417; }
a { background-color: rgb(204,52,23); }
div.DivClassName
{
background-color: #CC3417;
}
.BgClassName
{
background-color: #CC3417;
}
</style>
border-color css
<style>
span { border-color: #CC3417; }
span { border-color: rgb(204,52,23); }
td.TdClassName
{
border-color: #CC3417;
}
.TagClassName
{
border-color: #CC3417;
}
</style>