Html Css Color HEX #CC210A Harley Davidson Orange
📋 copy color: '#CC210A'red 204 ◦ green 33 ◦ blue 10
Shades of Harley Davidson Orange #CC210A
Tints of Harley Davidson Orange #CC210A
RGB
CMYK
RGB Variations
Color information
#CC210A (or 0xCC210A) is known color: Harley Davidson Orange. HEX triplet: CC, 21 and 0A. RGB value is (204,33,10). Sum of RGB (Red+Green+Blue) = 204+33+10=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC210A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC210A is #33DEF5. Grayscale: #515151. Windows color (decimal): -3399414 or 664012. OLE color: 664012.
HSL color Cylindrical-coordinate representation of color #CC210A: hue angle of 7.11º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC210A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.2 |
| HSL | 7.11º | 0.91% | 0.42% | - |
| HSV(B) | 7.11º | 0.95% | 0.8% | - |
| XYZ | 25.5 | 13.95 | 1.64 | - |
| YUV | 81.51 | 87.65 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 10 | 0 | 0.84 | 0.95 | 0.2 | 7.11 | 0.91 | 0.42 |
| Hex | CC | 21 | A | 0 | 54 | 5F | 14 | 7 | 5B | 2A |
| Octal | 314 | 41 | 12 | 0 | 124 | 137 | 24 | 7 | 133 | 52 |
| Binary | 11001100 | 100001 | 1010 | 0 | 1010100 | 1011111 | 10100 | 111 | 1011011 | 101010 |
Color Harmonies of #CC210A
Complementary color
Monochromatic Colors of #CC210A
Black with #CC210A
Text Example
Text Example
White with #CC210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC210A; }
p { color: rgb(204,33,10); }
H1.HeaderClassName
{
color: #CC210A;
}
.AnyTagClassName
{
color: #CC210A;
}
</style>
background-color css
<style>
a { background-color: #CC210A; }
a { background-color: rgb(204,33,10); }
div.DivClassName
{
background-color: #CC210A;
}
.BgClassName
{
background-color: #CC210A;
}
</style>
border-color css
<style>
span { border-color: #CC210A; }
span { border-color: rgb(204,33,10); }
td.TdClassName
{
border-color: #CC210A;
}
.TagClassName
{
border-color: #CC210A;
}
</style>