Html Css Color HEX #CC2A19 Harley Davidson Orange
📋 copy color: '#CC2A19'red 204 ◦ green 42 ◦ blue 25
Shades of Harley Davidson Orange #CC2A19
Tints of Harley Davidson Orange #CC2A19
RGB
CMYK
RGB Variations
Color information
#CC2A19 (or 0xCC2A19) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 19. RGB value is (204,42,25). Sum of RGB (Red+Green+Blue) = 204+42+25=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2A19 is #33D5E6. Grayscale: #585858. Windows color (decimal): -3397095 or 1649356. OLE color: 1649356.
HSL color Cylindrical-coordinate representation of color #CC2A19: hue angle of 5.7º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC2A19 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 25 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.2 |
| HSL | 5.7º | 0.78% | 0.45% | - |
| HSV(B) | 5.7º | 0.88% | 0.8% | - |
| XYZ | 25.91 | 14.56 | 2.37 | - |
| YUV | 88.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 25 | 0 | 0.79 | 0.88 | 0.2 | 5.7 | 0.78 | 0.45 |
| Hex | CC | 2A | 19 | 0 | 4F | 58 | 14 | 6 | 4E | 2D |
| Octal | 314 | 52 | 31 | 0 | 117 | 130 | 24 | 6 | 116 | 55 |
| Binary | 11001100 | 101010 | 11001 | 0 | 1001111 | 1011000 | 10100 | 110 | 1001110 | 101101 |
Color Harmonies of #CC2A19
Complementary color
Monochromatic Colors of #CC2A19
Black with #CC2A19
Text Example
Text Example
White with #CC2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A19; }
p { color: rgb(204,42,25); }
H1.HeaderClassName
{
color: #CC2A19;
}
.AnyTagClassName
{
color: #CC2A19;
}
</style>
background-color css
<style>
a { background-color: #CC2A19; }
a { background-color: rgb(204,42,25); }
div.DivClassName
{
background-color: #CC2A19;
}
.BgClassName
{
background-color: #CC2A19;
}
</style>
border-color css
<style>
span { border-color: #CC2A19; }
span { border-color: rgb(204,42,25); }
td.TdClassName
{
border-color: #CC2A19;
}
.TagClassName
{
border-color: #CC2A19;
}
</style>