Html Css Color HEX #CC2804 Harley Davidson Orange
📋 copy color: '#CC2804'red 204 ◦ green 40 ◦ blue 4
Shades of Harley Davidson Orange #CC2804
Tints of Harley Davidson Orange #CC2804
RGB
CMYK
RGB Variations
Color information
#CC2804 (or 0xCC2804) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 04. RGB value is (204,40,4). Sum of RGB (Red+Green+Blue) = 204+40+4=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2804 is #33D7FB. Grayscale: #555555. Windows color (decimal): -3397628 or 272588. OLE color: 272588.
HSL color Cylindrical-coordinate representation of color #CC2804: hue angle of 10.8º 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 #CC2804 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.2 |
| HSL | 10.8º | 0.96% | 0.41% | - |
| HSV(B) | 10.8º | 0.98% | 0.8% | - |
| XYZ | 25.68 | 14.36 | 1.53 | - |
| YUV | 84.93 | 82.33 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 4 | 0 | 0.80 | 0.98 | 0.2 | 10.8 | 0.96 | 0.41 |
| Hex | CC | 28 | 4 | 0 | 50 | 62 | 14 | B | 60 | 29 |
| Octal | 314 | 50 | 4 | 0 | 120 | 142 | 24 | 13 | 140 | 51 |
| Binary | 11001100 | 101000 | 100 | 0 | 1010000 | 1100010 | 10100 | 1011 | 1100000 | 101001 |
Color Harmonies of #CC2804
Complementary color
Monochromatic Colors of #CC2804
Black with #CC2804
Text Example
Text Example
White with #CC2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2804; }
p { color: rgb(204,40,4); }
H1.HeaderClassName
{
color: #CC2804;
}
.AnyTagClassName
{
color: #CC2804;
}
</style>
background-color css
<style>
a { background-color: #CC2804; }
a { background-color: rgb(204,40,4); }
div.DivClassName
{
background-color: #CC2804;
}
.BgClassName
{
background-color: #CC2804;
}
</style>
border-color css
<style>
span { border-color: #CC2804; }
span { border-color: rgb(204,40,4); }
td.TdClassName
{
border-color: #CC2804;
}
.TagClassName
{
border-color: #CC2804;
}
</style>