Html Css Color HEX #CD1E14 Harley Davidson Orange
📋 copy color: '#CD1E14'red 205 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #CD1E14
Tints of Harley Davidson Orange #CD1E14
RGB
CMYK
RGB Variations
Color information
#CD1E14 (or 0xCD1E14) is known color: Harley Davidson Orange. HEX triplet: CD, 1E and 14. RGB value is (205,30,20). Sum of RGB (Red+Green+Blue) = 205+30+20=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1E14 is #32E1EB. Grayscale: #515151. Windows color (decimal): -3334636 or 1318605. OLE color: 1318605.
HSL color Cylindrical-coordinate representation of color #CD1E14: hue angle of 3.24º 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 #CD1E14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.20 |
| HSL | 3.24º | 0.82% | 0.44% | - |
| HSV(B) | 3.24º | 0.9% | 0.8% | - |
| XYZ | 25.77 | 13.96 | 2 | - |
| YUV | 81.19 | 93.48 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 20 | 0 | 0.85 | 0.90 | 0.20 | 3.24 | 0.82 | 0.44 |
| Hex | CD | 1E | 14 | 0 | 55 | 5A | 14 | 3 | 52 | 2C |
| Octal | 315 | 36 | 24 | 0 | 125 | 132 | 24 | 3 | 122 | 54 |
| Binary | 11001101 | 11110 | 10100 | 0 | 1010101 | 1011010 | 10100 | 11 | 1010010 | 101100 |
Color Harmonies of #CD1E14
Complementary color
Monochromatic Colors of #CD1E14
Black with #CD1E14
Text Example
Text Example
White with #CD1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E14; }
p { color: rgb(205,30,20); }
H1.HeaderClassName
{
color: #CD1E14;
}
.AnyTagClassName
{
color: #CD1E14;
}
</style>
background-color css
<style>
a { background-color: #CD1E14; }
a { background-color: rgb(205,30,20); }
div.DivClassName
{
background-color: #CD1E14;
}
.BgClassName
{
background-color: #CD1E14;
}
</style>
border-color css
<style>
span { border-color: #CD1E14; }
span { border-color: rgb(205,30,20); }
td.TdClassName
{
border-color: #CD1E14;
}
.TagClassName
{
border-color: #CD1E14;
}
</style>