Html Css Color HEX #CC2D14 Harley Davidson Orange
📋 copy color: '#CC2D14'red 204 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #CC2D14
Tints of Harley Davidson Orange #CC2D14
RGB
CMYK
RGB Variations
Color information
#CC2D14 (or 0xCC2D14) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 14. RGB value is (204,45,20). Sum of RGB (Red+Green+Blue) = 204+45+20=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D14 is #33D2EB. Grayscale: #595959. Windows color (decimal): -3396332 or 1322444. OLE color: 1322444.
HSL color Cylindrical-coordinate representation of color #CC2D14: hue angle of 8.15º 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 #CC2D14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 20 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.2 |
| HSL | 8.15º | 0.82% | 0.44% | - |
| HSV(B) | 8.15º | 0.9% | 0.8% | - |
| XYZ | 25.97 | 14.76 | 2.14 | - |
| YUV | 89.69 | 88.68 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 20 | 0 | 0.78 | 0.90 | 0.2 | 8.15 | 0.82 | 0.44 |
| Hex | CC | 2D | 14 | 0 | 4E | 5A | 14 | 8 | 52 | 2C |
| Octal | 314 | 55 | 24 | 0 | 116 | 132 | 24 | 10 | 122 | 54 |
| Binary | 11001100 | 101101 | 10100 | 0 | 1001110 | 1011010 | 10100 | 1000 | 1010010 | 101100 |
Color Harmonies of #CC2D14
Complementary color
Monochromatic Colors of #CC2D14
Black with #CC2D14
Text Example
Text Example
White with #CC2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D14; }
p { color: rgb(204,45,20); }
H1.HeaderClassName
{
color: #CC2D14;
}
.AnyTagClassName
{
color: #CC2D14;
}
</style>
background-color css
<style>
a { background-color: #CC2D14; }
a { background-color: rgb(204,45,20); }
div.DivClassName
{
background-color: #CC2D14;
}
.BgClassName
{
background-color: #CC2D14;
}
</style>
border-color css
<style>
span { border-color: #CC2D14; }
span { border-color: rgb(204,45,20); }
td.TdClassName
{
border-color: #CC2D14;
}
.TagClassName
{
border-color: #CC2D14;
}
</style>