Html Css Color HEX #CC210C Harley Davidson Orange
📋 copy color: '#CC210C'red 204 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #CC210C
Tints of Harley Davidson Orange #CC210C
RGB
CMYK
RGB Variations
Color information
#CC210C (or 0xCC210C) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 0C. RGB value is (204,33,12). Sum of RGB (Red+Green+Blue) = 204+33+12=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC210C is #33DEF3. Grayscale: #515151. Windows color (decimal): -3399412 or 795084. OLE color: 795084.
HSL color Cylindrical-coordinate representation of color #CC210C: hue angle of 6.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.2 |
| HSL | 6.56º | 0.89% | 0.42% | - |
| HSV(B) | 6.56º | 0.94% | 0.8% | - |
| XYZ | 25.51 | 13.95 | 1.7 | - |
| YUV | 81.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 12 | 0 | 0.84 | 0.94 | 0.2 | 6.56 | 0.89 | 0.42 |
| Hex | CC | 21 | C | 0 | 54 | 5E | 14 | 7 | 59 | 2A |
| Octal | 314 | 41 | 14 | 0 | 124 | 136 | 24 | 7 | 131 | 52 |
| Binary | 11001100 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10100 | 111 | 1011001 | 101010 |
Color Harmonies of #CC210C
Complementary color
Monochromatic Colors of #CC210C
Black with #CC210C
Text Example
Text Example
White with #CC210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC210C; }
p { color: rgb(204,33,12); }
H1.HeaderClassName
{
color: #CC210C;
}
.AnyTagClassName
{
color: #CC210C;
}
</style>
background-color css
<style>
a { background-color: #CC210C; }
a { background-color: rgb(204,33,12); }
div.DivClassName
{
background-color: #CC210C;
}
.BgClassName
{
background-color: #CC210C;
}
</style>
border-color css
<style>
span { border-color: #CC210C; }
span { border-color: rgb(204,33,12); }
td.TdClassName
{
border-color: #CC210C;
}
.TagClassName
{
border-color: #CC210C;
}
</style>