Html Css Color HEX #CC2714 Harley Davidson Orange
📋 copy color: '#CC2714'red 204 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #CC2714
Tints of Harley Davidson Orange #CC2714
RGB
CMYK
RGB Variations
Color information
#CC2714 (or 0xCC2714) is known color: Harley Davidson Orange. HEX triplet: CC, 27 and 14. RGB value is (204,39,20). Sum of RGB (Red+Green+Blue) = 204+39+20=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2714 is #33D8EB. Grayscale: #565656. Windows color (decimal): -3397868 or 1320908. OLE color: 1320908.
HSL color Cylindrical-coordinate representation of color #CC2714: hue angle of 6.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC2714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.2 |
| HSL | 6.2º | 0.82% | 0.44% | - |
| HSV(B) | 6.2º | 0.9% | 0.8% | - |
| XYZ | 25.75 | 14.34 | 2.07 | - |
| YUV | 86.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 20 | 0 | 0.81 | 0.90 | 0.2 | 6.2 | 0.82 | 0.44 |
| Hex | CC | 27 | 14 | 0 | 51 | 5A | 14 | 6 | 52 | 2C |
| Octal | 314 | 47 | 24 | 0 | 121 | 132 | 24 | 6 | 122 | 54 |
| Binary | 11001100 | 100111 | 10100 | 0 | 1010001 | 1011010 | 10100 | 110 | 1010010 | 101100 |
Color Harmonies of #CC2714
Complementary color
Monochromatic Colors of #CC2714
Black with #CC2714
Text Example
Text Example
White with #CC2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2714; }
p { color: rgb(204,39,20); }
H1.HeaderClassName
{
color: #CC2714;
}
.AnyTagClassName
{
color: #CC2714;
}
</style>
background-color css
<style>
a { background-color: #CC2714; }
a { background-color: rgb(204,39,20); }
div.DivClassName
{
background-color: #CC2714;
}
.BgClassName
{
background-color: #CC2714;
}
</style>
border-color css
<style>
span { border-color: #CC2714; }
span { border-color: rgb(204,39,20); }
td.TdClassName
{
border-color: #CC2714;
}
.TagClassName
{
border-color: #CC2714;
}
</style>