Html Css Color HEX #CD2C14 Harley Davidson Orange
📋 copy color: '#CD2C14'red 205 ◦ green 44 ◦ blue 20
Shades of Harley Davidson Orange #CD2C14
Tints of Harley Davidson Orange #CD2C14
RGB
CMYK
RGB Variations
Color information
#CD2C14 (or 0xCD2C14) is known color: Harley Davidson Orange. HEX triplet: CD, 2C and 14. RGB value is (205,44,20). Sum of RGB (Red+Green+Blue) = 205+44+20=269 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.21% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2C14 is #32D3EB. Grayscale: #595959. Windows color (decimal): -3331052 or 1322189. OLE color: 1322189.
HSL color Cylindrical-coordinate representation of color #CD2C14: hue angle of 7.78º 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 #CD2C14 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 20 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.20 |
| HSL | 7.78º | 0.82% | 0.44% | - |
| HSV(B) | 7.78º | 0.9% | 0.8% | - |
| XYZ | 26.2 | 14.83 | 2.14 | - |
| YUV | 89.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 20 | 0 | 0.79 | 0.90 | 0.20 | 7.78 | 0.82 | 0.44 |
| Hex | CD | 2C | 14 | 0 | 4F | 5A | 14 | 8 | 52 | 2C |
| Octal | 315 | 54 | 24 | 0 | 117 | 132 | 24 | 10 | 122 | 54 |
| Binary | 11001101 | 101100 | 10100 | 0 | 1001111 | 1011010 | 10100 | 1000 | 1010010 | 101100 |
Color Harmonies of #CD2C14
Complementary color
Monochromatic Colors of #CD2C14
Black with #CD2C14
Text Example
Text Example
White with #CD2C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C14; }
p { color: rgb(205,44,20); }
H1.HeaderClassName
{
color: #CD2C14;
}
.AnyTagClassName
{
color: #CD2C14;
}
</style>
background-color css
<style>
a { background-color: #CD2C14; }
a { background-color: rgb(205,44,20); }
div.DivClassName
{
background-color: #CD2C14;
}
.BgClassName
{
background-color: #CD2C14;
}
</style>
border-color css
<style>
span { border-color: #CD2C14; }
span { border-color: rgb(205,44,20); }
td.TdClassName
{
border-color: #CD2C14;
}
.TagClassName
{
border-color: #CD2C14;
}
</style>