Html Css Color HEX #CC2514 Harley Davidson Orange
📋 copy color: '#CC2514'red 204 ◦ green 37 ◦ blue 20
Shades of Harley Davidson Orange #CC2514
Tints of Harley Davidson Orange #CC2514
RGB
CMYK
RGB Variations
Color information
#CC2514 (or 0xCC2514) is known color: Harley Davidson Orange. HEX triplet: CC, 25 and 14. RGB value is (204,37,20). Sum of RGB (Red+Green+Blue) = 204+37+20=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2514 is #33DAEB. Grayscale: #555555. Windows color (decimal): -3398380 or 1320396. OLE color: 1320396.
HSL color Cylindrical-coordinate representation of color #CC2514: hue angle of 5.54º degrees, saturation: 0.82, 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 #CC2514 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.2 |
| HSL | 5.54º | 0.82% | 0.44% | - |
| HSV(B) | 5.54º | 0.9% | 0.8% | - |
| XYZ | 25.69 | 14.21 | 2.05 | - |
| YUV | 85 | 91.33 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 20 | 0 | 0.82 | 0.90 | 0.2 | 5.54 | 0.82 | 0.44 |
| Hex | CC | 25 | 14 | 0 | 52 | 5A | 14 | 6 | 52 | 2C |
| Octal | 314 | 45 | 24 | 0 | 122 | 132 | 24 | 6 | 122 | 54 |
| Binary | 11001100 | 100101 | 10100 | 0 | 1010010 | 1011010 | 10100 | 110 | 1010010 | 101100 |
Color Harmonies of #CC2514
Complementary color
Monochromatic Colors of #CC2514
Black with #CC2514
Text Example
Text Example
White with #CC2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2514; }
p { color: rgb(204,37,20); }
H1.HeaderClassName
{
color: #CC2514;
}
.AnyTagClassName
{
color: #CC2514;
}
</style>
background-color css
<style>
a { background-color: #CC2514; }
a { background-color: rgb(204,37,20); }
div.DivClassName
{
background-color: #CC2514;
}
.BgClassName
{
background-color: #CC2514;
}
</style>
border-color css
<style>
span { border-color: #CC2514; }
span { border-color: rgb(204,37,20); }
td.TdClassName
{
border-color: #CC2514;
}
.TagClassName
{
border-color: #CC2514;
}
</style>