Html Css Color HEX #CC3320 Harley Davidson Orange
📋 copy color: '#CC3320'red 204 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #CC3320
Tints of Harley Davidson Orange #CC3320
RGB
CMYK
RGB Variations
Color information
#CC3320 (or 0xCC3320) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 20. RGB value is (204,51,32). Sum of RGB (Red+Green+Blue) = 204+51+32=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3320 is #33CCDF. Grayscale: #5E5E5E. Windows color (decimal): -3394784 or 2110412. OLE color: 2110412.
HSL color Cylindrical-coordinate representation of color #CC3320: hue angle of 6.63º degrees, saturation: 0.73, 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 #CC3320 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 32 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.2 |
| HSL | 6.63º | 0.73% | 0.46% | - |
| HSV(B) | 6.63º | 0.84% | 0.8% | - |
| XYZ | 26.35 | 15.31 | 2.93 | - |
| YUV | 94.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 32 | 0 | 0.75 | 0.84 | 0.2 | 6.63 | 0.73 | 0.46 |
| Hex | CC | 33 | 20 | 0 | 4B | 54 | 14 | 7 | 49 | 2E |
| Octal | 314 | 63 | 40 | 0 | 113 | 124 | 24 | 7 | 111 | 56 |
| Binary | 11001100 | 110011 | 100000 | 0 | 1001011 | 1010100 | 10100 | 111 | 1001001 | 101110 |
Color Harmonies of #CC3320
Complementary color
Monochromatic Colors of #CC3320
Black with #CC3320
Text Example
Text Example
White with #CC3320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3320; }
p { color: rgb(204,51,32); }
H1.HeaderClassName
{
color: #CC3320;
}
.AnyTagClassName
{
color: #CC3320;
}
</style>
background-color css
<style>
a { background-color: #CC3320; }
a { background-color: rgb(204,51,32); }
div.DivClassName
{
background-color: #CC3320;
}
.BgClassName
{
background-color: #CC3320;
}
</style>
border-color css
<style>
span { border-color: #CC3320; }
span { border-color: rgb(204,51,32); }
td.TdClassName
{
border-color: #CC3320;
}
.TagClassName
{
border-color: #CC3320;
}
</style>