Html Css Color HEX #CD401D Harley Davidson Orange
📋 copy color: '#CD401D'red 205 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #CD401D
Tints of Harley Davidson Orange #CD401D
RGB
CMYK
RGB Variations
Color information
#CD401D (or 0xCD401D) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 1D. RGB value is (205,64,29). Sum of RGB (Red+Green+Blue) = 205+64+29=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD401D is #32BFE2. Grayscale: #666666. Windows color (decimal): -3325923 or 1917133. OLE color: 1917133.
HSL color Cylindrical-coordinate representation of color #CD401D: hue angle of 11.93º 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 #CD401D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.20 |
| HSL | 11.93º | 0.75% | 0.46% | - |
| HSV(B) | 11.93º | 0.86% | 0.8% | - |
| XYZ | 27.23 | 16.73 | 2.96 | - |
| YUV | 102.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 29 | 0 | 0.69 | 0.86 | 0.20 | 11.93 | 0.75 | 0.46 |
| Hex | CD | 40 | 1D | 0 | 45 | 56 | 14 | C | 4B | 2E |
| Octal | 315 | 100 | 35 | 0 | 105 | 126 | 24 | 14 | 113 | 56 |
| Binary | 11001101 | 1000000 | 11101 | 0 | 1000101 | 1010110 | 10100 | 1100 | 1001011 | 101110 |
Color Harmonies of #CD401D
Complementary color
Monochromatic Colors of #CD401D
Black with #CD401D
Text Example
Text Example
White with #CD401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD401D; }
p { color: rgb(205,64,29); }
H1.HeaderClassName
{
color: #CD401D;
}
.AnyTagClassName
{
color: #CD401D;
}
</style>
background-color css
<style>
a { background-color: #CD401D; }
a { background-color: rgb(205,64,29); }
div.DivClassName
{
background-color: #CD401D;
}
.BgClassName
{
background-color: #CD401D;
}
</style>
border-color css
<style>
span { border-color: #CD401D; }
span { border-color: rgb(205,64,29); }
td.TdClassName
{
border-color: #CD401D;
}
.TagClassName
{
border-color: #CD401D;
}
</style>