Html Css Color HEX #CC220C Harley Davidson Orange
📋 copy color: '#CC220C'red 204 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #CC220C
Tints of Harley Davidson Orange #CC220C
RGB
CMYK
RGB Variations
Color information
#CC220C (or 0xCC220C) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 0C. RGB value is (204,34,12). Sum of RGB (Red+Green+Blue) = 204+34+12=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC220C is #33DDF3. Grayscale: #525252. Windows color (decimal): -3399156 or 795340. OLE color: 795340.
HSL color Cylindrical-coordinate representation of color #CC220C: hue angle of 6.88º 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 #CC220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.2 |
| HSL | 6.88º | 0.89% | 0.42% | - |
| HSV(B) | 6.88º | 0.94% | 0.8% | - |
| XYZ | 25.54 | 14.01 | 1.71 | - |
| YUV | 82.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 12 | 0 | 0.83 | 0.94 | 0.2 | 6.88 | 0.89 | 0.42 |
| Hex | CC | 22 | C | 0 | 53 | 5E | 14 | 7 | 59 | 2A |
| Octal | 314 | 42 | 14 | 0 | 123 | 136 | 24 | 7 | 131 | 52 |
| Binary | 11001100 | 100010 | 1100 | 0 | 1010011 | 1011110 | 10100 | 111 | 1011001 | 101010 |
Color Harmonies of #CC220C
Complementary color
Monochromatic Colors of #CC220C
Black with #CC220C
Text Example
Text Example
White with #CC220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC220C; }
p { color: rgb(204,34,12); }
H1.HeaderClassName
{
color: #CC220C;
}
.AnyTagClassName
{
color: #CC220C;
}
</style>
background-color css
<style>
a { background-color: #CC220C; }
a { background-color: rgb(204,34,12); }
div.DivClassName
{
background-color: #CC220C;
}
.BgClassName
{
background-color: #CC220C;
}
</style>
border-color css
<style>
span { border-color: #CC220C; }
span { border-color: rgb(204,34,12); }
td.TdClassName
{
border-color: #CC220C;
}
.TagClassName
{
border-color: #CC220C;
}
</style>