Html Css Color HEX #CC3615 Harley Davidson Orange
📋 copy color: '#CC3615'red 204 ◦ green 54 ◦ blue 21
Shades of Harley Davidson Orange #CC3615
Tints of Harley Davidson Orange #CC3615
RGB
CMYK
RGB Variations
Color information
#CC3615 (or 0xCC3615) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 15. RGB value is (204,54,21). Sum of RGB (Red+Green+Blue) = 204+54+21=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3615 is #33C9EA. Grayscale: #5F5F5F. Windows color (decimal): -3394027 or 1390284. OLE color: 1390284.
HSL color Cylindrical-coordinate representation of color #CC3615: hue angle of 10.82º 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 #CC3615 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 21 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.2 |
| HSL | 10.82º | 0.81% | 0.44% | - |
| HSV(B) | 10.82º | 0.9% | 0.8% | - |
| XYZ | 26.36 | 15.53 | 2.32 | - |
| YUV | 95.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 21 | 0 | 0.74 | 0.90 | 0.2 | 10.82 | 0.81 | 0.44 |
| Hex | CC | 36 | 15 | 0 | 4A | 5A | 14 | B | 51 | 2C |
| Octal | 314 | 66 | 25 | 0 | 112 | 132 | 24 | 13 | 121 | 54 |
| Binary | 11001100 | 110110 | 10101 | 0 | 1001010 | 1011010 | 10100 | 1011 | 1010001 | 101100 |
Color Harmonies of #CC3615
Complementary color
Monochromatic Colors of #CC3615
Black with #CC3615
Text Example
Text Example
White with #CC3615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3615; }
p { color: rgb(204,54,21); }
H1.HeaderClassName
{
color: #CC3615;
}
.AnyTagClassName
{
color: #CC3615;
}
</style>
background-color css
<style>
a { background-color: #CC3615; }
a { background-color: rgb(204,54,21); }
div.DivClassName
{
background-color: #CC3615;
}
.BgClassName
{
background-color: #CC3615;
}
</style>
border-color css
<style>
span { border-color: #CC3615; }
span { border-color: rgb(204,54,21); }
td.TdClassName
{
border-color: #CC3615;
}
.TagClassName
{
border-color: #CC3615;
}
</style>