Html Css Color HEX #CC2820 Harley Davidson Orange
📋 copy color: '#CC2820'red 204 ◦ green 40 ◦ blue 32
Shades of Harley Davidson Orange #CC2820
Tints of Harley Davidson Orange #CC2820
RGB
CMYK
RGB Variations
Color information
#CC2820 (or 0xCC2820) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 20. RGB value is (204,40,32). Sum of RGB (Red+Green+Blue) = 204+40+32=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2820 is #33D7DF. Grayscale: #585858. Windows color (decimal): -3397600 or 2107596. OLE color: 2107596.
HSL color Cylindrical-coordinate representation of color #CC2820: hue angle of 2.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2820 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 32 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.2 |
| HSL | 2.79º | 0.73% | 0.46% | - |
| HSV(B) | 2.79º | 0.84% | 0.8% | - |
| XYZ | 25.92 | 14.46 | 2.79 | - |
| YUV | 88.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 32 | 0 | 0.80 | 0.84 | 0.2 | 2.79 | 0.73 | 0.46 |
| Hex | CC | 28 | 20 | 0 | 50 | 54 | 14 | 3 | 49 | 2E |
| Octal | 314 | 50 | 40 | 0 | 120 | 124 | 24 | 3 | 111 | 56 |
| Binary | 11001100 | 101000 | 100000 | 0 | 1010000 | 1010100 | 10100 | 11 | 1001001 | 101110 |
Color Harmonies of #CC2820
Complementary color
Monochromatic Colors of #CC2820
Black with #CC2820
Text Example
Text Example
White with #CC2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2820; }
p { color: rgb(204,40,32); }
H1.HeaderClassName
{
color: #CC2820;
}
.AnyTagClassName
{
color: #CC2820;
}
</style>
background-color css
<style>
a { background-color: #CC2820; }
a { background-color: rgb(204,40,32); }
div.DivClassName
{
background-color: #CC2820;
}
.BgClassName
{
background-color: #CC2820;
}
</style>
border-color css
<style>
span { border-color: #CC2820; }
span { border-color: rgb(204,40,32); }
td.TdClassName
{
border-color: #CC2820;
}
.TagClassName
{
border-color: #CC2820;
}
</style>