Html Css Color HEX #CC3E15 Harley Davidson Orange
📋 copy color: '#CC3E15'red 204 ◦ green 62 ◦ blue 21
Shades of Harley Davidson Orange #CC3E15
Tints of Harley Davidson Orange #CC3E15
RGB
CMYK
RGB Variations
Color information
#CC3E15 (or 0xCC3E15) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 15. RGB value is (204,62,21). Sum of RGB (Red+Green+Blue) = 204+62+21=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3E15 is #33C1EA. Grayscale: #646464. Windows color (decimal): -3391979 or 1392332. OLE color: 1392332.
HSL color Cylindrical-coordinate representation of color #CC3E15: hue angle of 13.44º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3E15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.2 |
| HSL | 13.44º | 0.81% | 0.44% | - |
| HSV(B) | 13.44º | 0.9% | 0.8% | - |
| XYZ | 26.76 | 16.34 | 2.45 | - |
| YUV | 99.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 21 | 0 | 0.70 | 0.90 | 0.2 | 13.44 | 0.81 | 0.44 |
| Hex | CC | 3E | 15 | 0 | 46 | 5A | 14 | D | 51 | 2C |
| Octal | 314 | 76 | 25 | 0 | 106 | 132 | 24 | 15 | 121 | 54 |
| Binary | 11001100 | 111110 | 10101 | 0 | 1000110 | 1011010 | 10100 | 1101 | 1010001 | 101100 |
Color Harmonies of #CC3E15
Complementary color
Monochromatic Colors of #CC3E15
Black with #CC3E15
Text Example
Text Example
White with #CC3E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E15; }
p { color: rgb(204,62,21); }
H1.HeaderClassName
{
color: #CC3E15;
}
.AnyTagClassName
{
color: #CC3E15;
}
</style>
background-color css
<style>
a { background-color: #CC3E15; }
a { background-color: rgb(204,62,21); }
div.DivClassName
{
background-color: #CC3E15;
}
.BgClassName
{
background-color: #CC3E15;
}
</style>
border-color css
<style>
span { border-color: #CC3E15; }
span { border-color: rgb(204,62,21); }
td.TdClassName
{
border-color: #CC3E15;
}
.TagClassName
{
border-color: #CC3E15;
}
</style>