Html Css Color HEX #CD2014 Harley Davidson Orange
📋 copy color: '#CD2014'red 205 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #CD2014
Tints of Harley Davidson Orange #CD2014
RGB
CMYK
RGB Variations
Color information
#CD2014 (or 0xCD2014) is known color: Harley Davidson Orange. HEX triplet: CD, 20 and 14. RGB value is (205,32,20). Sum of RGB (Red+Green+Blue) = 205+32+20=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2014 is #32DFEB. Grayscale: #525252. Windows color (decimal): -3334124 or 1319117. OLE color: 1319117.
HSL color Cylindrical-coordinate representation of color #CD2014: hue angle of 3.89º 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 #CD2014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.20 |
| HSL | 3.89º | 0.82% | 0.44% | - |
| HSV(B) | 3.89º | 0.9% | 0.8% | - |
| XYZ | 25.82 | 14.06 | 2.02 | - |
| YUV | 82.36 | 92.81 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 20 | 0 | 0.84 | 0.90 | 0.20 | 3.89 | 0.82 | 0.44 |
| Hex | CD | 20 | 14 | 0 | 54 | 5A | 14 | 4 | 52 | 2C |
| Octal | 315 | 40 | 24 | 0 | 124 | 132 | 24 | 4 | 122 | 54 |
| Binary | 11001101 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10100 | 100 | 1010010 | 101100 |
Color Harmonies of #CD2014
Complementary color
Monochromatic Colors of #CD2014
Black with #CD2014
Text Example
Text Example
White with #CD2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2014; }
p { color: rgb(205,32,20); }
H1.HeaderClassName
{
color: #CD2014;
}
.AnyTagClassName
{
color: #CD2014;
}
</style>
background-color css
<style>
a { background-color: #CD2014; }
a { background-color: rgb(205,32,20); }
div.DivClassName
{
background-color: #CD2014;
}
.BgClassName
{
background-color: #CD2014;
}
</style>
border-color css
<style>
span { border-color: #CD2014; }
span { border-color: rgb(205,32,20); }
td.TdClassName
{
border-color: #CD2014;
}
.TagClassName
{
border-color: #CD2014;
}
</style>