Html Css Color HEX #CC2806 Harley Davidson Orange
📋 copy color: '#CC2806'red 204 ◦ green 40 ◦ blue 6
Shades of Harley Davidson Orange #CC2806
Tints of Harley Davidson Orange #CC2806
RGB
CMYK
RGB Variations
Color information
#CC2806 (or 0xCC2806) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 06. RGB value is (204,40,6). Sum of RGB (Red+Green+Blue) = 204+40+6=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2806 is #33D7F9. Grayscale: #555555. Windows color (decimal): -3397626 or 403660. OLE color: 403660.
HSL color Cylindrical-coordinate representation of color #CC2806: hue angle of 10.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC2806 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.2 |
| HSL | 10.3º | 0.94% | 0.41% | - |
| HSV(B) | 10.3º | 0.97% | 0.8% | - |
| XYZ | 25.69 | 14.37 | 1.59 | - |
| YUV | 85.16 | 83.33 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 6 | 0 | 0.80 | 0.97 | 0.2 | 10.3 | 0.94 | 0.41 |
| Hex | CC | 28 | 6 | 0 | 50 | 61 | 14 | A | 5E | 29 |
| Octal | 314 | 50 | 6 | 0 | 120 | 141 | 24 | 12 | 136 | 51 |
| Binary | 11001100 | 101000 | 110 | 0 | 1010000 | 1100001 | 10100 | 1010 | 1011110 | 101001 |
Color Harmonies of #CC2806
Complementary color
Monochromatic Colors of #CC2806
Black with #CC2806
Text Example
Text Example
White with #CC2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2806; }
p { color: rgb(204,40,6); }
H1.HeaderClassName
{
color: #CC2806;
}
.AnyTagClassName
{
color: #CC2806;
}
</style>
background-color css
<style>
a { background-color: #CC2806; }
a { background-color: rgb(204,40,6); }
div.DivClassName
{
background-color: #CC2806;
}
.BgClassName
{
background-color: #CC2806;
}
</style>
border-color css
<style>
span { border-color: #CC2806; }
span { border-color: rgb(204,40,6); }
td.TdClassName
{
border-color: #CC2806;
}
.TagClassName
{
border-color: #CC2806;
}
</style>