Html Css Color HEX #CC2C14 Harley Davidson Orange
📋 copy color: '#CC2C14'red 204 ◦ green 44 ◦ blue 20
Shades of Harley Davidson Orange #CC2C14
Tints of Harley Davidson Orange #CC2C14
RGB
CMYK
RGB Variations
Color information
#CC2C14 (or 0xCC2C14) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 14. RGB value is (204,44,20). Sum of RGB (Red+Green+Blue) = 204+44+20=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C14 is #33D3EB. Grayscale: #595959. Windows color (decimal): -3396588 or 1322188. OLE color: 1322188.
HSL color Cylindrical-coordinate representation of color #CC2C14: hue angle of 7.83º 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 #CC2C14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 20 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.2 |
| HSL | 7.83º | 0.82% | 0.44% | - |
| HSV(B) | 7.83º | 0.9% | 0.8% | - |
| XYZ | 25.93 | 14.69 | 2.13 | - |
| YUV | 89.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 20 | 0 | 0.78 | 0.90 | 0.2 | 7.83 | 0.82 | 0.44 |
| Hex | CC | 2C | 14 | 0 | 4E | 5A | 14 | 8 | 52 | 2C |
| Octal | 314 | 54 | 24 | 0 | 116 | 132 | 24 | 10 | 122 | 54 |
| Binary | 11001100 | 101100 | 10100 | 0 | 1001110 | 1011010 | 10100 | 1000 | 1010010 | 101100 |
Color Harmonies of #CC2C14
Complementary color
Monochromatic Colors of #CC2C14
Black with #CC2C14
Text Example
Text Example
White with #CC2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C14; }
p { color: rgb(204,44,20); }
H1.HeaderClassName
{
color: #CC2C14;
}
.AnyTagClassName
{
color: #CC2C14;
}
</style>
background-color css
<style>
a { background-color: #CC2C14; }
a { background-color: rgb(204,44,20); }
div.DivClassName
{
background-color: #CC2C14;
}
.BgClassName
{
background-color: #CC2C14;
}
</style>
border-color css
<style>
span { border-color: #CC2C14; }
span { border-color: rgb(204,44,20); }
td.TdClassName
{
border-color: #CC2C14;
}
.TagClassName
{
border-color: #CC2C14;
}
</style>