Html Css Color HEX #CD491D Harley Davidson Orange
📋 copy color: '#CD491D'red 205 ◦ green 73 ◦ blue 29
Shades of Harley Davidson Orange #CD491D
Tints of Harley Davidson Orange #CD491D
RGB
CMYK
RGB Variations
Color information
#CD491D (or 0xCD491D) is known color: Harley Davidson Orange. HEX triplet: CD, 49 and 1D. RGB value is (205,73,29). Sum of RGB (Red+Green+Blue) = 205+73+29=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD491D is #32B6E2. Grayscale: #6B6B6B. Windows color (decimal): -3323619 or 1919437. OLE color: 1919437.
HSL color Cylindrical-coordinate representation of color #CD491D: hue angle of 15º 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 #CD491D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 29 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.20 |
| HSL | 15º | 0.75% | 0.46% | - |
| HSV(B) | 15º | 0.86% | 0.8% | - |
| XYZ | 27.78 | 17.83 | 3.14 | - |
| YUV | 107.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 29 | 0 | 0.64 | 0.86 | 0.20 | 15 | 0.75 | 0.46 |
| Hex | CD | 49 | 1D | 0 | 40 | 56 | 14 | F | 4B | 2E |
| Octal | 315 | 111 | 35 | 0 | 100 | 126 | 24 | 17 | 113 | 56 |
| Binary | 11001101 | 1001001 | 11101 | 0 | 1000000 | 1010110 | 10100 | 1111 | 1001011 | 101110 |
Color Harmonies of #CD491D
Complementary color
Monochromatic Colors of #CD491D
Black with #CD491D
Text Example
Text Example
White with #CD491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD491D; }
p { color: rgb(205,73,29); }
H1.HeaderClassName
{
color: #CD491D;
}
.AnyTagClassName
{
color: #CD491D;
}
</style>
background-color css
<style>
a { background-color: #CD491D; }
a { background-color: rgb(205,73,29); }
div.DivClassName
{
background-color: #CD491D;
}
.BgClassName
{
background-color: #CD491D;
}
</style>
border-color css
<style>
span { border-color: #CD491D; }
span { border-color: rgb(205,73,29); }
td.TdClassName
{
border-color: #CD491D;
}
.TagClassName
{
border-color: #CD491D;
}
</style>