Html Css Color HEX #CC3A21 Harley Davidson Orange
📋 copy color: '#CC3A21'red 204 ◦ green 58 ◦ blue 33
Shades of Harley Davidson Orange #CC3A21
Tints of Harley Davidson Orange #CC3A21
RGB
CMYK
RGB Variations
Color information
#CC3A21 (or 0xCC3A21) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 21. RGB value is (204,58,33). Sum of RGB (Red+Green+Blue) = 204+58+33=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A21 is #33C5DE. Grayscale: #636363. Windows color (decimal): -3392991 or 2177740. OLE color: 2177740.
HSL color Cylindrical-coordinate representation of color #CC3A21: hue angle of 8.77º degrees, saturation: 0.72, 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 #CC3A21 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 33 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.2 |
| HSL | 8.77º | 0.72% | 0.46% | - |
| HSV(B) | 8.77º | 0.84% | 0.8% | - |
| XYZ | 26.69 | 15.97 | 3.12 | - |
| YUV | 98.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 33 | 0 | 0.72 | 0.84 | 0.2 | 8.77 | 0.72 | 0.46 |
| Hex | CC | 3A | 21 | 0 | 48 | 54 | 14 | 9 | 48 | 2E |
| Octal | 314 | 72 | 41 | 0 | 110 | 124 | 24 | 11 | 110 | 56 |
| Binary | 11001100 | 111010 | 100001 | 0 | 1001000 | 1010100 | 10100 | 1001 | 1001000 | 101110 |
Color Harmonies of #CC3A21
Complementary color
Monochromatic Colors of #CC3A21
Black with #CC3A21
Text Example
Text Example
White with #CC3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A21; }
p { color: rgb(204,58,33); }
H1.HeaderClassName
{
color: #CC3A21;
}
.AnyTagClassName
{
color: #CC3A21;
}
</style>
background-color css
<style>
a { background-color: #CC3A21; }
a { background-color: rgb(204,58,33); }
div.DivClassName
{
background-color: #CC3A21;
}
.BgClassName
{
background-color: #CC3A21;
}
</style>
border-color css
<style>
span { border-color: #CC3A21; }
span { border-color: rgb(204,58,33); }
td.TdClassName
{
border-color: #CC3A21;
}
.TagClassName
{
border-color: #CC3A21;
}
</style>