Html Css Color HEX #CC2414 Harley Davidson Orange
📋 copy color: '#CC2414'red 204 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #CC2414
Tints of Harley Davidson Orange #CC2414
RGB
CMYK
RGB Variations
Color information
#CC2414 (or 0xCC2414) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 14. RGB value is (204,36,20). Sum of RGB (Red+Green+Blue) = 204+36+20=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2414 is #33DBEB. Grayscale: #545454. Windows color (decimal): -3398636 or 1320140. OLE color: 1320140.
HSL color Cylindrical-coordinate representation of color #CC2414: hue angle of 5.22º 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 #CC2414 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.2 |
| HSL | 5.22º | 0.82% | 0.44% | - |
| HSV(B) | 5.22º | 0.9% | 0.8% | - |
| XYZ | 25.66 | 14.15 | 2.04 | - |
| YUV | 84.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 20 | 0 | 0.82 | 0.90 | 0.2 | 5.22 | 0.82 | 0.44 |
| Hex | CC | 24 | 14 | 0 | 52 | 5A | 14 | 5 | 52 | 2C |
| Octal | 314 | 44 | 24 | 0 | 122 | 132 | 24 | 5 | 122 | 54 |
| Binary | 11001100 | 100100 | 10100 | 0 | 1010010 | 1011010 | 10100 | 101 | 1010010 | 101100 |
Color Harmonies of #CC2414
Complementary color
Monochromatic Colors of #CC2414
Black with #CC2414
Text Example
Text Example
White with #CC2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2414; }
p { color: rgb(204,36,20); }
H1.HeaderClassName
{
color: #CC2414;
}
.AnyTagClassName
{
color: #CC2414;
}
</style>
background-color css
<style>
a { background-color: #CC2414; }
a { background-color: rgb(204,36,20); }
div.DivClassName
{
background-color: #CC2414;
}
.BgClassName
{
background-color: #CC2414;
}
</style>
border-color css
<style>
span { border-color: #CC2414; }
span { border-color: rgb(204,36,20); }
td.TdClassName
{
border-color: #CC2414;
}
.TagClassName
{
border-color: #CC2414;
}
</style>