Html Css Color HEX #CC3321 Harley Davidson Orange
📋 copy color: '#CC3321'red 204 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #CC3321
Tints of Harley Davidson Orange #CC3321
RGB
CMYK
RGB Variations
Color information
#CC3321 (or 0xCC3321) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 21. RGB value is (204,51,33). Sum of RGB (Red+Green+Blue) = 204+51+33=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3321 is #33CCDE. Grayscale: #5E5E5E. Windows color (decimal): -3394783 or 2175948. OLE color: 2175948.
HSL color Cylindrical-coordinate representation of color #CC3321: hue angle of 6.32º 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 #CC3321 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 33 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.2 |
| HSL | 6.32º | 0.72% | 0.46% | - |
| HSV(B) | 6.32º | 0.84% | 0.8% | - |
| XYZ | 26.36 | 15.31 | 3.01 | - |
| YUV | 94.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 33 | 0 | 0.75 | 0.84 | 0.2 | 6.32 | 0.72 | 0.46 |
| Hex | CC | 33 | 21 | 0 | 4B | 54 | 14 | 6 | 48 | 2E |
| Octal | 314 | 63 | 41 | 0 | 113 | 124 | 24 | 6 | 110 | 56 |
| Binary | 11001100 | 110011 | 100001 | 0 | 1001011 | 1010100 | 10100 | 110 | 1001000 | 101110 |
Color Harmonies of #CC3321
Complementary color
Monochromatic Colors of #CC3321
Black with #CC3321
Text Example
Text Example
White with #CC3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3321; }
p { color: rgb(204,51,33); }
H1.HeaderClassName
{
color: #CC3321;
}
.AnyTagClassName
{
color: #CC3321;
}
</style>
background-color css
<style>
a { background-color: #CC3321; }
a { background-color: rgb(204,51,33); }
div.DivClassName
{
background-color: #CC3321;
}
.BgClassName
{
background-color: #CC3321;
}
</style>
border-color css
<style>
span { border-color: #CC3321; }
span { border-color: rgb(204,51,33); }
td.TdClassName
{
border-color: #CC3321;
}
.TagClassName
{
border-color: #CC3321;
}
</style>