Html Css Color HEX #CC3312 Harley Davidson Orange
📋 copy color: '#CC3312'red 204 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #CC3312
Tints of Harley Davidson Orange #CC3312
RGB
CMYK
RGB Variations
Color information
#CC3312 (or 0xCC3312) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 12. RGB value is (204,51,18). Sum of RGB (Red+Green+Blue) = 204+51+18=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3312 is #33CCED. Grayscale: #5D5D5D. Windows color (decimal): -3394798 or 1192908. OLE color: 1192908.
HSL color Cylindrical-coordinate representation of color #CC3312: hue angle of 10.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC3312 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.2 |
| HSL | 10.65º | 0.84% | 0.44% | - |
| HSV(B) | 10.65º | 0.91% | 0.8% | - |
| XYZ | 26.19 | 15.25 | 2.13 | - |
| YUV | 92.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 18 | 0 | 0.75 | 0.91 | 0.2 | 10.65 | 0.84 | 0.44 |
| Hex | CC | 33 | 12 | 0 | 4B | 5B | 14 | B | 54 | 2C |
| Octal | 314 | 63 | 22 | 0 | 113 | 133 | 24 | 13 | 124 | 54 |
| Binary | 11001100 | 110011 | 10010 | 0 | 1001011 | 1011011 | 10100 | 1011 | 1010100 | 101100 |
Color Harmonies of #CC3312
Complementary color
Monochromatic Colors of #CC3312
Black with #CC3312
Text Example
Text Example
White with #CC3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3312; }
p { color: rgb(204,51,18); }
H1.HeaderClassName
{
color: #CC3312;
}
.AnyTagClassName
{
color: #CC3312;
}
</style>
background-color css
<style>
a { background-color: #CC3312; }
a { background-color: rgb(204,51,18); }
div.DivClassName
{
background-color: #CC3312;
}
.BgClassName
{
background-color: #CC3312;
}
</style>
border-color css
<style>
span { border-color: #CC3312; }
span { border-color: rgb(204,51,18); }
td.TdClassName
{
border-color: #CC3312;
}
.TagClassName
{
border-color: #CC3312;
}
</style>