Html Css Color HEX #CC3604 Harley Davidson Orange
📋 copy color: '#CC3604'red 204 ◦ green 54 ◦ blue 4
Shades of Harley Davidson Orange #CC3604
Tints of Harley Davidson Orange #CC3604
RGB
CMYK
RGB Variations
Color information
#CC3604 (or 0xCC3604) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 04. RGB value is (204,54,4). Sum of RGB (Red+Green+Blue) = 204+54+4=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3604 is #33C9FB. Grayscale: #5D5D5D. Windows color (decimal): -3394044 or 276172. OLE color: 276172.
HSL color Cylindrical-coordinate representation of color #CC3604: hue angle of 15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3604 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.2 |
| HSL | 15º | 0.96% | 0.41% | - |
| HSV(B) | 15º | 0.98% | 0.8% | - |
| XYZ | 26.24 | 15.48 | 1.72 | - |
| YUV | 93.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 4 | 0 | 0.74 | 0.98 | 0.2 | 15 | 0.96 | 0.41 |
| Hex | CC | 36 | 4 | 0 | 4A | 62 | 14 | F | 60 | 29 |
| Octal | 314 | 66 | 4 | 0 | 112 | 142 | 24 | 17 | 140 | 51 |
| Binary | 11001100 | 110110 | 100 | 0 | 1001010 | 1100010 | 10100 | 1111 | 1100000 | 101001 |
Color Harmonies of #CC3604
Complementary color
Monochromatic Colors of #CC3604
Black with #CC3604
Text Example
Text Example
White with #CC3604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3604; }
p { color: rgb(204,54,4); }
H1.HeaderClassName
{
color: #CC3604;
}
.AnyTagClassName
{
color: #CC3604;
}
</style>
background-color css
<style>
a { background-color: #CC3604; }
a { background-color: rgb(204,54,4); }
div.DivClassName
{
background-color: #CC3604;
}
.BgClassName
{
background-color: #CC3604;
}
</style>
border-color css
<style>
span { border-color: #CC3604; }
span { border-color: rgb(204,54,4); }
td.TdClassName
{
border-color: #CC3604;
}
.TagClassName
{
border-color: #CC3604;
}
</style>