Html Css Color HEX #CD2A1E Harley Davidson Orange
📋 copy color: '#CD2A1E'red 205 ◦ green 42 ◦ blue 30
Shades of Harley Davidson Orange #CD2A1E
Tints of Harley Davidson Orange #CD2A1E
RGB
CMYK
RGB Variations
Color information
#CD2A1E (or 0xCD2A1E) is known color: Harley Davidson Orange. HEX triplet: CD, 2A and 1E. RGB value is (205,42,30). Sum of RGB (Red+Green+Blue) = 205+42+30=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2A1E is #32D5E1. Grayscale: #595959. Windows color (decimal): -3331554 or 1977037. OLE color: 1977037.
HSL color Cylindrical-coordinate representation of color #CD2A1E: hue angle of 4.11º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD2A1E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 30 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.20 |
| HSL | 4.11º | 0.74% | 0.46% | - |
| HSV(B) | 4.11º | 0.85% | 0.8% | - |
| XYZ | 26.24 | 14.73 | 2.69 | - |
| YUV | 89.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 30 | 0 | 0.80 | 0.85 | 0.20 | 4.11 | 0.74 | 0.46 |
| Hex | CD | 2A | 1E | 0 | 50 | 55 | 14 | 4 | 4A | 2E |
| Octal | 315 | 52 | 36 | 0 | 120 | 125 | 24 | 4 | 112 | 56 |
| Binary | 11001101 | 101010 | 11110 | 0 | 1010000 | 1010101 | 10100 | 100 | 1001010 | 101110 |
Color Harmonies of #CD2A1E
Complementary color
Monochromatic Colors of #CD2A1E
Black with #CD2A1E
Text Example
Text Example
White with #CD2A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A1E; }
p { color: rgb(205,42,30); }
H1.HeaderClassName
{
color: #CD2A1E;
}
.AnyTagClassName
{
color: #CD2A1E;
}
</style>
background-color css
<style>
a { background-color: #CD2A1E; }
a { background-color: rgb(205,42,30); }
div.DivClassName
{
background-color: #CD2A1E;
}
.BgClassName
{
background-color: #CD2A1E;
}
</style>
border-color css
<style>
span { border-color: #CD2A1E; }
span { border-color: rgb(205,42,30); }
td.TdClassName
{
border-color: #CD2A1E;
}
.TagClassName
{
border-color: #CD2A1E;
}
</style>