Html Css Color HEX #CD1E00 Harley Davidson Orange
📋 copy color: '#CD1E00'red 205 ◦ green 30 ◦ blue 0
Shades of Harley Davidson Orange #CD1E00
Tints of Harley Davidson Orange #CD1E00
RGB
CMYK
RGB Variations
Color information
#CD1E00 (or 0xCD1E00) is known color: Harley Davidson Orange. HEX triplet: CD, 1E and 00. RGB value is (205,30,0). Sum of RGB (Red+Green+Blue) = 205+30+0=235 (31% of max value = 765). Red value is 205 (80.47% from 255 or 87.23% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1E00 is #32E1FF. Grayscale: #4F4F4F. Windows color (decimal): -3334656 or 7885. OLE color: 7885.
HSL color Cylindrical-coordinate representation of color #CD1E00: hue angle of 8.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD1E00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.20 |
| HSL | 8.78º | 1% | 0.4% | - |
| HSV(B) | 8.78º | 1% | 0.8% | - |
| XYZ | 25.64 | 13.91 | 1.33 | - |
| YUV | 78.91 | 83.48 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 0 | 0 | 0.85 | 1 | 0.20 | 8.78 | 1 | 0.4 |
| Hex | CD | 1E | 0 | 0 | 55 | 64 | 14 | 9 | 64 | 28 |
| Octal | 315 | 36 | 0 | 0 | 125 | 144 | 24 | 11 | 144 | 50 |
| Binary | 11001101 | 11110 | 0 | 0 | 1010101 | 1100100 | 10100 | 1001 | 1100100 | 101000 |
Color Harmonies of #CD1E00
Complementary color
Monochromatic Colors of #CD1E00
Black with #CD1E00
Text Example
Text Example
White with #CD1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E00; }
p { color: rgb(205,30,0); }
H1.HeaderClassName
{
color: #CD1E00;
}
.AnyTagClassName
{
color: #CD1E00;
}
</style>
background-color css
<style>
a { background-color: #CD1E00; }
a { background-color: rgb(205,30,0); }
div.DivClassName
{
background-color: #CD1E00;
}
.BgClassName
{
background-color: #CD1E00;
}
</style>
border-color css
<style>
span { border-color: #CD1E00; }
span { border-color: rgb(205,30,0); }
td.TdClassName
{
border-color: #CD1E00;
}
.TagClassName
{
border-color: #CD1E00;
}
</style>