Html Css Color HEX #CC2504 Harley Davidson Orange
📋 copy color: '#CC2504'red 204 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #CC2504
Tints of Harley Davidson Orange #CC2504
RGB
CMYK
RGB Variations
Color information
#CC2504 (or 0xCC2504) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 04. RGB value is (204,37,4). Sum of RGB (Red+Green+Blue) = 204+37+4=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2504 is #33DAFB. Grayscale: #535353. Windows color (decimal): -3398396 or 271820. OLE color: 271820.
HSL color Cylindrical-coordinate representation of color #CC2504: hue angle of 9.9º 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 #CC2504 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.2 |
| HSL | 9.9º | 0.96% | 0.41% | - |
| HSV(B) | 9.9º | 0.98% | 0.8% | - |
| XYZ | 25.59 | 14.17 | 1.5 | - |
| YUV | 83.17 | 83.33 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 4 | 0 | 0.82 | 0.98 | 0.2 | 9.9 | 0.96 | 0.41 |
| Hex | CC | 25 | 4 | 0 | 52 | 62 | 14 | A | 60 | 29 |
| Octal | 314 | 45 | 4 | 0 | 122 | 142 | 24 | 12 | 140 | 51 |
| Binary | 11001100 | 100101 | 100 | 0 | 1010010 | 1100010 | 10100 | 1010 | 1100000 | 101001 |
Color Harmonies of #CC2504
Complementary color
Monochromatic Colors of #CC2504
Black with #CC2504
Text Example
Text Example
White with #CC2504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2504; }
p { color: rgb(204,37,4); }
H1.HeaderClassName
{
color: #CC2504;
}
.AnyTagClassName
{
color: #CC2504;
}
</style>
background-color css
<style>
a { background-color: #CC2504; }
a { background-color: rgb(204,37,4); }
div.DivClassName
{
background-color: #CC2504;
}
.BgClassName
{
background-color: #CC2504;
}
</style>
border-color css
<style>
span { border-color: #CC2504; }
span { border-color: rgb(204,37,4); }
td.TdClassName
{
border-color: #CC2504;
}
.TagClassName
{
border-color: #CC2504;
}
</style>