Html Css Color HEX #CC220A Harley Davidson Orange
📋 copy color: '#CC220A'red 204 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #CC220A
Tints of Harley Davidson Orange #CC220A
RGB
CMYK
RGB Variations
Color information
#CC220A (or 0xCC220A) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 0A. RGB value is (204,34,10). Sum of RGB (Red+Green+Blue) = 204+34+10=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC220A is #33DDF5. Grayscale: #525252. Windows color (decimal): -3399158 or 664268. OLE color: 664268.
HSL color Cylindrical-coordinate representation of color #CC220A: hue angle of 7.42º 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 #CC220A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.2 |
| HSL | 7.42º | 0.91% | 0.42% | - |
| HSV(B) | 7.42º | 0.95% | 0.8% | - |
| XYZ | 25.53 | 14 | 1.64 | - |
| YUV | 82.09 | 87.32 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 10 | 0 | 0.83 | 0.95 | 0.2 | 7.42 | 0.91 | 0.42 |
| Hex | CC | 22 | A | 0 | 53 | 5F | 14 | 7 | 5B | 2A |
| Octal | 314 | 42 | 12 | 0 | 123 | 137 | 24 | 7 | 133 | 52 |
| Binary | 11001100 | 100010 | 1010 | 0 | 1010011 | 1011111 | 10100 | 111 | 1011011 | 101010 |
Color Harmonies of #CC220A
Complementary color
Monochromatic Colors of #CC220A
Black with #CC220A
Text Example
Text Example
White with #CC220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC220A; }
p { color: rgb(204,34,10); }
H1.HeaderClassName
{
color: #CC220A;
}
.AnyTagClassName
{
color: #CC220A;
}
</style>
background-color css
<style>
a { background-color: #CC220A; }
a { background-color: rgb(204,34,10); }
div.DivClassName
{
background-color: #CC220A;
}
.BgClassName
{
background-color: #CC220A;
}
</style>
border-color css
<style>
span { border-color: #CC220A; }
span { border-color: rgb(204,34,10); }
td.TdClassName
{
border-color: #CC220A;
}
.TagClassName
{
border-color: #CC220A;
}
</style>