Html Css Color HEX #CD401E Harley Davidson Orange
📋 copy color: '#CD401E'red 205 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #CD401E
Tints of Harley Davidson Orange #CD401E
RGB
CMYK
RGB Variations
Color information
#CD401E (or 0xCD401E) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 1E. RGB value is (205,64,30). Sum of RGB (Red+Green+Blue) = 205+64+30=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD401E is #32BFE1. Grayscale: #666666. Windows color (decimal): -3325922 or 1982669. OLE color: 1982669.
HSL color Cylindrical-coordinate representation of color #CD401E: hue angle of 11.66º 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 #CD401E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 30 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.20 |
| HSL | 11.66º | 0.74% | 0.46% | - |
| HSV(B) | 11.66º | 0.85% | 0.8% | - |
| XYZ | 27.24 | 16.74 | 3.02 | - |
| YUV | 102.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 30 | 0 | 0.69 | 0.85 | 0.20 | 11.66 | 0.74 | 0.46 |
| Hex | CD | 40 | 1E | 0 | 45 | 55 | 14 | C | 4A | 2E |
| Octal | 315 | 100 | 36 | 0 | 105 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001101 | 1000000 | 11110 | 0 | 1000101 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CD401E
Complementary color
Monochromatic Colors of #CD401E
Black with #CD401E
Text Example
Text Example
White with #CD401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD401E; }
p { color: rgb(205,64,30); }
H1.HeaderClassName
{
color: #CD401E;
}
.AnyTagClassName
{
color: #CD401E;
}
</style>
background-color css
<style>
a { background-color: #CD401E; }
a { background-color: rgb(205,64,30); }
div.DivClassName
{
background-color: #CD401E;
}
.BgClassName
{
background-color: #CD401E;
}
</style>
border-color css
<style>
span { border-color: #CD401E; }
span { border-color: rgb(205,64,30); }
td.TdClassName
{
border-color: #CD401E;
}
.TagClassName
{
border-color: #CD401E;
}
</style>