Html Css Color HEX #CC3212 Harley Davidson Orange
📋 copy color: '#CC3212'red 204 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #CC3212
Tints of Harley Davidson Orange #CC3212
RGB
CMYK
RGB Variations
Color information
#CC3212 (or 0xCC3212) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 12. RGB value is (204,50,18). Sum of RGB (Red+Green+Blue) = 204+50+18=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3212 is #33CDED. Grayscale: #5C5C5C. Windows color (decimal): -3395054 or 1192652. OLE color: 1192652.
HSL color Cylindrical-coordinate representation of color #CC3212: hue angle of 10.32º 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 #CC3212 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.2 |
| HSL | 10.32º | 0.84% | 0.44% | - |
| HSV(B) | 10.32º | 0.91% | 0.8% | - |
| XYZ | 26.15 | 15.16 | 2.12 | - |
| YUV | 92.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 18 | 0 | 0.75 | 0.91 | 0.2 | 10.32 | 0.84 | 0.44 |
| Hex | CC | 32 | 12 | 0 | 4B | 5B | 14 | A | 54 | 2C |
| Octal | 314 | 62 | 22 | 0 | 113 | 133 | 24 | 12 | 124 | 54 |
| Binary | 11001100 | 110010 | 10010 | 0 | 1001011 | 1011011 | 10100 | 1010 | 1010100 | 101100 |
Color Harmonies of #CC3212
Complementary color
Monochromatic Colors of #CC3212
Black with #CC3212
Text Example
Text Example
White with #CC3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3212; }
p { color: rgb(204,50,18); }
H1.HeaderClassName
{
color: #CC3212;
}
.AnyTagClassName
{
color: #CC3212;
}
</style>
background-color css
<style>
a { background-color: #CC3212; }
a { background-color: rgb(204,50,18); }
div.DivClassName
{
background-color: #CC3212;
}
.BgClassName
{
background-color: #CC3212;
}
</style>
border-color css
<style>
span { border-color: #CC3212; }
span { border-color: rgb(204,50,18); }
td.TdClassName
{
border-color: #CC3212;
}
.TagClassName
{
border-color: #CC3212;
}
</style>