Html Css Color HEX #CC2819 Harley Davidson Orange
📋 copy color: '#CC2819'red 204 ◦ green 40 ◦ blue 25
Shades of Harley Davidson Orange #CC2819
Tints of Harley Davidson Orange #CC2819
RGB
CMYK
RGB Variations
Color information
#CC2819 (or 0xCC2819) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 19. RGB value is (204,40,25). Sum of RGB (Red+Green+Blue) = 204+40+25=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2819 is #33D7E6. Grayscale: #575757. Windows color (decimal): -3397607 or 1648844. OLE color: 1648844.
HSL color Cylindrical-coordinate representation of color #CC2819: hue angle of 5.03º 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 #CC2819 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 25 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.2 |
| HSL | 5.03º | 0.78% | 0.45% | - |
| HSV(B) | 5.03º | 0.88% | 0.8% | - |
| XYZ | 25.84 | 14.43 | 2.34 | - |
| YUV | 87.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 25 | 0 | 0.80 | 0.88 | 0.2 | 5.03 | 0.78 | 0.45 |
| Hex | CC | 28 | 19 | 0 | 50 | 58 | 14 | 5 | 4E | 2D |
| Octal | 314 | 50 | 31 | 0 | 120 | 130 | 24 | 5 | 116 | 55 |
| Binary | 11001100 | 101000 | 11001 | 0 | 1010000 | 1011000 | 10100 | 101 | 1001110 | 101101 |
Color Harmonies of #CC2819
Complementary color
Monochromatic Colors of #CC2819
Black with #CC2819
Text Example
Text Example
White with #CC2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2819; }
p { color: rgb(204,40,25); }
H1.HeaderClassName
{
color: #CC2819;
}
.AnyTagClassName
{
color: #CC2819;
}
</style>
background-color css
<style>
a { background-color: #CC2819; }
a { background-color: rgb(204,40,25); }
div.DivClassName
{
background-color: #CC2819;
}
.BgClassName
{
background-color: #CC2819;
}
</style>
border-color css
<style>
span { border-color: #CC2819; }
span { border-color: rgb(204,40,25); }
td.TdClassName
{
border-color: #CC2819;
}
.TagClassName
{
border-color: #CC2819;
}
</style>