Html Css Color HEX #CC2C1E Harley Davidson Orange
📋 copy color: '#CC2C1E'red 204 ◦ green 44 ◦ blue 30
Shades of Harley Davidson Orange #CC2C1E
Tints of Harley Davidson Orange #CC2C1E
RGB
CMYK
RGB Variations
Color information
#CC2C1E (or 0xCC2C1E) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 1E. RGB value is (204,44,30). Sum of RGB (Red+Green+Blue) = 204+44+30=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C1E is #33D3E1. Grayscale: #5A5A5A. Windows color (decimal): -3396578 or 1977548. OLE color: 1977548.
HSL color Cylindrical-coordinate representation of color #CC2C1E: hue angle of 4.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC2C1E is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 30 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.2 |
| HSL | 4.83º | 0.74% | 0.46% | - |
| HSV(B) | 4.83º | 0.85% | 0.8% | - |
| XYZ | 26.04 | 14.73 | 2.7 | - |
| YUV | 90.24 | 94.01 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 30 | 0 | 0.78 | 0.85 | 0.2 | 4.83 | 0.74 | 0.46 |
| Hex | CC | 2C | 1E | 0 | 4E | 55 | 14 | 5 | 4A | 2E |
| Octal | 314 | 54 | 36 | 0 | 116 | 125 | 24 | 5 | 112 | 56 |
| Binary | 11001100 | 101100 | 11110 | 0 | 1001110 | 1010101 | 10100 | 101 | 1001010 | 101110 |
Color Harmonies of #CC2C1E
Complementary color
Monochromatic Colors of #CC2C1E
Black with #CC2C1E
Text Example
Text Example
White with #CC2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2C1E; }
p { color: rgb(204,44,30); }
H1.HeaderClassName
{
color: #CC2C1E;
}
.AnyTagClassName
{
color: #CC2C1E;
}
</style>
background-color css
<style>
a { background-color: #CC2C1E; }
a { background-color: rgb(204,44,30); }
div.DivClassName
{
background-color: #CC2C1E;
}
.BgClassName
{
background-color: #CC2C1E;
}
</style>
border-color css
<style>
span { border-color: #CC2C1E; }
span { border-color: rgb(204,44,30); }
td.TdClassName
{
border-color: #CC2C1E;
}
.TagClassName
{
border-color: #CC2C1E;
}
</style>