Html Css Color HEX #CC2A20 Harley Davidson Orange
📋 copy color: '#CC2A20'red 204 ◦ green 42 ◦ blue 32
Shades of Harley Davidson Orange #CC2A20
Tints of Harley Davidson Orange #CC2A20
RGB
CMYK
RGB Variations
Color information
#CC2A20 (or 0xCC2A20) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 20. RGB value is (204,42,32). Sum of RGB (Red+Green+Blue) = 204+42+32=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2A20 is #33D5DF. Grayscale: #595959. Windows color (decimal): -3397088 or 2108108. OLE color: 2108108.
HSL color Cylindrical-coordinate representation of color #CC2A20: hue angle of 3.49º 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 #CC2A20 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 32 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.2 |
| HSL | 3.49º | 0.73% | 0.46% | - |
| HSV(B) | 3.49º | 0.84% | 0.8% | - |
| XYZ | 25.99 | 14.6 | 2.81 | - |
| YUV | 89.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 32 | 0 | 0.79 | 0.84 | 0.2 | 3.49 | 0.73 | 0.46 |
| Hex | CC | 2A | 20 | 0 | 4F | 54 | 14 | 3 | 49 | 2E |
| Octal | 314 | 52 | 40 | 0 | 117 | 124 | 24 | 3 | 111 | 56 |
| Binary | 11001100 | 101010 | 100000 | 0 | 1001111 | 1010100 | 10100 | 11 | 1001001 | 101110 |
Color Harmonies of #CC2A20
Complementary color
Monochromatic Colors of #CC2A20
Black with #CC2A20
Text Example
Text Example
White with #CC2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A20; }
p { color: rgb(204,42,32); }
H1.HeaderClassName
{
color: #CC2A20;
}
.AnyTagClassName
{
color: #CC2A20;
}
</style>
background-color css
<style>
a { background-color: #CC2A20; }
a { background-color: rgb(204,42,32); }
div.DivClassName
{
background-color: #CC2A20;
}
.BgClassName
{
background-color: #CC2A20;
}
</style>
border-color css
<style>
span { border-color: #CC2A20; }
span { border-color: rgb(204,42,32); }
td.TdClassName
{
border-color: #CC2A20;
}
.TagClassName
{
border-color: #CC2A20;
}
</style>