Html Css Color HEX #CD3A1D Harley Davidson Orange
📋 copy color: '#CD3A1D'red 205 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #CD3A1D
Tints of Harley Davidson Orange #CD3A1D
RGB
CMYK
RGB Variations
Color information
#CD3A1D (or 0xCD3A1D) is known color: Harley Davidson Orange. HEX triplet: CD, 3A and 1D. RGB value is (205,58,29). Sum of RGB (Red+Green+Blue) = 205+58+29=292 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.21% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3A1D is #32C5E2. Grayscale: #626262. Windows color (decimal): -3327459 or 1915597. OLE color: 1915597.
HSL color Cylindrical-coordinate representation of color #CD3A1D: hue angle of 9.89º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD3A1D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 29 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.20 |
| HSL | 9.89º | 0.75% | 0.46% | - |
| HSV(B) | 9.89º | 0.86% | 0.8% | - |
| XYZ | 26.91 | 16.09 | 2.85 | - |
| YUV | 98.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 29 | 0 | 0.72 | 0.86 | 0.20 | 9.89 | 0.75 | 0.46 |
| Hex | CD | 3A | 1D | 0 | 48 | 56 | 14 | A | 4B | 2E |
| Octal | 315 | 72 | 35 | 0 | 110 | 126 | 24 | 12 | 113 | 56 |
| Binary | 11001101 | 111010 | 11101 | 0 | 1001000 | 1010110 | 10100 | 1010 | 1001011 | 101110 |
Color Harmonies of #CD3A1D
Complementary color
Monochromatic Colors of #CD3A1D
Black with #CD3A1D
Text Example
Text Example
White with #CD3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A1D; }
p { color: rgb(205,58,29); }
H1.HeaderClassName
{
color: #CD3A1D;
}
.AnyTagClassName
{
color: #CD3A1D;
}
</style>
background-color css
<style>
a { background-color: #CD3A1D; }
a { background-color: rgb(205,58,29); }
div.DivClassName
{
background-color: #CD3A1D;
}
.BgClassName
{
background-color: #CD3A1D;
}
</style>
border-color css
<style>
span { border-color: #CD3A1D; }
span { border-color: rgb(205,58,29); }
td.TdClassName
{
border-color: #CD3A1D;
}
.TagClassName
{
border-color: #CD3A1D;
}
</style>