Html Css Color HEX #CC3715 Harley Davidson Orange
📋 copy color: '#CC3715'red 204 ◦ green 55 ◦ blue 21
Shades of Harley Davidson Orange #CC3715
Tints of Harley Davidson Orange #CC3715
RGB
CMYK
RGB Variations
Color information
#CC3715 (or 0xCC3715) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 15. RGB value is (204,55,21). Sum of RGB (Red+Green+Blue) = 204+55+21=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3715 is #33C8EA. Grayscale: #5F5F5F. Windows color (decimal): -3393771 or 1390540. OLE color: 1390540.
HSL color Cylindrical-coordinate representation of color #CC3715: hue angle of 11.15º 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 #CC3715 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 21 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.2 |
| HSL | 11.15º | 0.81% | 0.44% | - |
| HSV(B) | 11.15º | 0.9% | 0.8% | - |
| XYZ | 26.4 | 15.62 | 2.33 | - |
| YUV | 95.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 21 | 0 | 0.73 | 0.90 | 0.2 | 11.15 | 0.81 | 0.44 |
| Hex | CC | 37 | 15 | 0 | 49 | 5A | 14 | B | 51 | 2C |
| Octal | 314 | 67 | 25 | 0 | 111 | 132 | 24 | 13 | 121 | 54 |
| Binary | 11001100 | 110111 | 10101 | 0 | 1001001 | 1011010 | 10100 | 1011 | 1010001 | 101100 |
Color Harmonies of #CC3715
Complementary color
Monochromatic Colors of #CC3715
Black with #CC3715
Text Example
Text Example
White with #CC3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3715; }
p { color: rgb(204,55,21); }
H1.HeaderClassName
{
color: #CC3715;
}
.AnyTagClassName
{
color: #CC3715;
}
</style>
background-color css
<style>
a { background-color: #CC3715; }
a { background-color: rgb(204,55,21); }
div.DivClassName
{
background-color: #CC3715;
}
.BgClassName
{
background-color: #CC3715;
}
</style>
border-color css
<style>
span { border-color: #CC3715; }
span { border-color: rgb(204,55,21); }
td.TdClassName
{
border-color: #CC3715;
}
.TagClassName
{
border-color: #CC3715;
}
</style>