Html Css Color HEX #CC220F Harley Davidson Orange
📋 copy color: '#CC220F'red 204 ◦ green 34 ◦ blue 15
Shades of Harley Davidson Orange #CC220F
Tints of Harley Davidson Orange #CC220F
RGB
CMYK
RGB Variations
Color information
#CC220F (or 0xCC220F) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 0F. RGB value is (204,34,15). Sum of RGB (Red+Green+Blue) = 204+34+15=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC220F is #33DDF0. Grayscale: #525252. Windows color (decimal): -3399153 or 991948. OLE color: 991948.
HSL color Cylindrical-coordinate representation of color #CC220F: hue angle of 6.03º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC220F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.2 |
| HSL | 6.03º | 0.86% | 0.43% | - |
| HSV(B) | 6.03º | 0.93% | 0.8% | - |
| XYZ | 25.56 | 14.02 | 1.81 | - |
| YUV | 82.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 15 | 0 | 0.83 | 0.93 | 0.2 | 6.03 | 0.86 | 0.43 |
| Hex | CC | 22 | F | 0 | 53 | 5D | 14 | 6 | 56 | 2B |
| Octal | 314 | 42 | 17 | 0 | 123 | 135 | 24 | 6 | 126 | 53 |
| Binary | 11001100 | 100010 | 1111 | 0 | 1010011 | 1011101 | 10100 | 110 | 1010110 | 101011 |
Color Harmonies of #CC220F
Complementary color
Monochromatic Colors of #CC220F
Black with #CC220F
Text Example
Text Example
White with #CC220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC220F; }
p { color: rgb(204,34,15); }
H1.HeaderClassName
{
color: #CC220F;
}
.AnyTagClassName
{
color: #CC220F;
}
</style>
background-color css
<style>
a { background-color: #CC220F; }
a { background-color: rgb(204,34,15); }
div.DivClassName
{
background-color: #CC220F;
}
.BgClassName
{
background-color: #CC220F;
}
</style>
border-color css
<style>
span { border-color: #CC220F; }
span { border-color: rgb(204,34,15); }
td.TdClassName
{
border-color: #CC220F;
}
.TagClassName
{
border-color: #CC220F;
}
</style>