Html Css Color HEX #CD1F0D Harley Davidson Orange
📋 copy color: '#CD1F0D'red 205 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #CD1F0D
Tints of Harley Davidson Orange #CD1F0D
RGB
CMYK
RGB Variations
Color information
#CD1F0D (or 0xCD1F0D) is known color: Harley Davidson Orange. HEX triplet: CD, 1F and 0D. RGB value is (205,31,13). Sum of RGB (Red+Green+Blue) = 205+31+13=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD1F0D is #32E0F2. Grayscale: #515151. Windows color (decimal): -3334387 or 860109. OLE color: 860109.
HSL color Cylindrical-coordinate representation of color #CD1F0D: hue angle of 5.62º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD1F0D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 31 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.20 |
| HSL | 5.63º | 0.88% | 0.43% | - |
| HSV(B) | 5.63º | 0.94% | 0.8% | - |
| XYZ | 25.74 | 13.99 | 1.72 | - |
| YUV | 80.97 | 89.65 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 31 | 13 | 0 | 0.85 | 0.94 | 0.20 | 5.63 | 0.88 | 0.43 |
| Hex | CD | 1F | D | 0 | 55 | 5E | 14 | 6 | 58 | 2B |
| Octal | 315 | 37 | 15 | 0 | 125 | 136 | 24 | 6 | 130 | 53 |
| Binary | 11001101 | 11111 | 1101 | 0 | 1010101 | 1011110 | 10100 | 110 | 1011000 | 101011 |
Color Harmonies of #CD1F0D
Complementary color
Monochromatic Colors of #CD1F0D
Black with #CD1F0D
Text Example
Text Example
White with #CD1F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1F0D; }
p { color: rgb(205,31,13); }
H1.HeaderClassName
{
color: #CD1F0D;
}
.AnyTagClassName
{
color: #CD1F0D;
}
</style>
background-color css
<style>
a { background-color: #CD1F0D; }
a { background-color: rgb(205,31,13); }
div.DivClassName
{
background-color: #CD1F0D;
}
.BgClassName
{
background-color: #CD1F0D;
}
</style>
border-color css
<style>
span { border-color: #CD1F0D; }
span { border-color: rgb(205,31,13); }
td.TdClassName
{
border-color: #CD1F0D;
}
.TagClassName
{
border-color: #CD1F0D;
}
</style>