Html Css Color HEX #CC2019 Harley Davidson Orange
📋 copy color: '#CC2019'red 204 ◦ green 32 ◦ blue 25
Shades of Harley Davidson Orange #CC2019
Tints of Harley Davidson Orange #CC2019
RGB
CMYK
RGB Variations
Color information
#CC2019 (or 0xCC2019) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 19. RGB value is (204,32,25). Sum of RGB (Red+Green+Blue) = 204+32+25=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2019 is #33DFE6. Grayscale: #525252. Windows color (decimal): -3399655 or 1646796. OLE color: 1646796.
HSL color Cylindrical-coordinate representation of color #CC2019: hue angle of 2.35º 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 #CC2019 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 25 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.2 |
| HSL | 2.35º | 0.78% | 0.45% | - |
| HSV(B) | 2.35º | 0.88% | 0.8% | - |
| XYZ | 25.59 | 13.94 | 2.26 | - |
| YUV | 82.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 25 | 0 | 0.84 | 0.88 | 0.2 | 2.35 | 0.78 | 0.45 |
| Hex | CC | 20 | 19 | 0 | 54 | 58 | 14 | 2 | 4E | 2D |
| Octal | 314 | 40 | 31 | 0 | 124 | 130 | 24 | 2 | 116 | 55 |
| Binary | 11001100 | 100000 | 11001 | 0 | 1010100 | 1011000 | 10100 | 10 | 1001110 | 101101 |
Color Harmonies of #CC2019
Complementary color
Monochromatic Colors of #CC2019
Black with #CC2019
Text Example
Text Example
White with #CC2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2019; }
p { color: rgb(204,32,25); }
H1.HeaderClassName
{
color: #CC2019;
}
.AnyTagClassName
{
color: #CC2019;
}
</style>
background-color css
<style>
a { background-color: #CC2019; }
a { background-color: rgb(204,32,25); }
div.DivClassName
{
background-color: #CC2019;
}
.BgClassName
{
background-color: #CC2019;
}
</style>
border-color css
<style>
span { border-color: #CC2019; }
span { border-color: rgb(204,32,25); }
td.TdClassName
{
border-color: #CC2019;
}
.TagClassName
{
border-color: #CC2019;
}
</style>