Html Css Color HEX #CC2700 Harley Davidson Orange
📋 copy color: '#CC2700'red 204 ◦ green 39 ◦ blue 0
Shades of Harley Davidson Orange #CC2700
Tints of Harley Davidson Orange #CC2700
RGB
CMYK
RGB Variations
Color information
#CC2700 (or 0xCC2700) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 00. RGB value is (204,39,0). Sum of RGB (Red+Green+Blue) = 204+39+0=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2700 is #33D8FF. Grayscale: #545454. Windows color (decimal): -3397888 or 10188. OLE color: 10188.
HSL color Cylindrical-coordinate representation of color #CC2700: hue angle of 11.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2700 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.2 |
| HSL | 11.47º | 1% | 0.4% | - |
| HSV(B) | 11.47º | 1% | 0.8% | - |
| XYZ | 25.63 | 14.29 | 1.41 | - |
| YUV | 83.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 0 | 0 | 0.81 | 1 | 0.2 | 11.47 | 1 | 0.4 |
| Hex | CC | 27 | 0 | 0 | 51 | 64 | 14 | B | 64 | 28 |
| Octal | 314 | 47 | 0 | 0 | 121 | 144 | 24 | 13 | 144 | 50 |
| Binary | 11001100 | 100111 | 0 | 0 | 1010001 | 1100100 | 10100 | 1011 | 1100100 | 101000 |
Color Harmonies of #CC2700
Complementary color
Monochromatic Colors of #CC2700
Black with #CC2700
Text Example
Text Example
White with #CC2700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2700; }
p { color: rgb(204,39,0); }
H1.HeaderClassName
{
color: #CC2700;
}
.AnyTagClassName
{
color: #CC2700;
}
</style>
background-color css
<style>
a { background-color: #CC2700; }
a { background-color: rgb(204,39,0); }
div.DivClassName
{
background-color: #CC2700;
}
.BgClassName
{
background-color: #CC2700;
}
</style>
border-color css
<style>
span { border-color: #CC2700; }
span { border-color: rgb(204,39,0); }
td.TdClassName
{
border-color: #CC2700;
}
.TagClassName
{
border-color: #CC2700;
}
</style>