Html Css Color HEX #CD1D00 Harley Davidson Orange
📋 copy color: '#CD1D00'red 205 ◦ green 29 ◦ blue 0
Shades of Harley Davidson Orange #CD1D00
Tints of Harley Davidson Orange #CD1D00
RGB
CMYK
RGB Variations
Color information
#CD1D00 (or 0xCD1D00) is known color: Harley Davidson Orange. HEX triplet: CD, 1D and 00. RGB value is (205,29,0). Sum of RGB (Red+Green+Blue) = 205+29+0=234 (30% of max value = 765). Red value is 205 (80.47% from 255 or 87.61% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1D00 is #32E2FF. Grayscale: #4E4E4E. Windows color (decimal): -3334912 or 7629. OLE color: 7629.
HSL color Cylindrical-coordinate representation of color #CD1D00: hue angle of 8.49º 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 #CD1D00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.20 |
| HSL | 8.49º | 1% | 0.4% | - |
| HSV(B) | 8.49º | 1% | 0.8% | - |
| XYZ | 25.62 | 13.86 | 1.32 | - |
| YUV | 78.32 | 83.81 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 0 | 0 | 0.86 | 1 | 0.20 | 8.49 | 1 | 0.4 |
| Hex | CD | 1D | 0 | 0 | 56 | 64 | 14 | 8 | 64 | 28 |
| Octal | 315 | 35 | 0 | 0 | 126 | 144 | 24 | 10 | 144 | 50 |
| Binary | 11001101 | 11101 | 0 | 0 | 1010110 | 1100100 | 10100 | 1000 | 1100100 | 101000 |
Color Harmonies of #CD1D00
Complementary color
Monochromatic Colors of #CD1D00
Black with #CD1D00
Text Example
Text Example
White with #CD1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D00; }
p { color: rgb(205,29,0); }
H1.HeaderClassName
{
color: #CD1D00;
}
.AnyTagClassName
{
color: #CD1D00;
}
</style>
background-color css
<style>
a { background-color: #CD1D00; }
a { background-color: rgb(205,29,0); }
div.DivClassName
{
background-color: #CD1D00;
}
.BgClassName
{
background-color: #CD1D00;
}
</style>
border-color css
<style>
span { border-color: #CD1D00; }
span { border-color: rgb(205,29,0); }
td.TdClassName
{
border-color: #CD1D00;
}
.TagClassName
{
border-color: #CD1D00;
}
</style>