Html Css Color HEX #CD460D Harley Davidson Orange
📋 copy color: '#CD460D'red 205 ◦ green 70 ◦ blue 13
Shades of Harley Davidson Orange #CD460D
Tints of Harley Davidson Orange #CD460D
RGB
CMYK
RGB Variations
Color information
#CD460D (or 0xCD460D) is known color: Harley Davidson Orange. HEX triplet: CD, 46 and 0D. RGB value is (205,70,13). Sum of RGB (Red+Green+Blue) = 205+70+13=288 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.18% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 205 - color contains mainly: red. Hex color #CD460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD460D is #32B9F2. Grayscale: #686868. Windows color (decimal): -3324403 or 870093. OLE color: 870093.
HSL color Cylindrical-coordinate representation of color #CD460D: hue angle of 17.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD460D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 70 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.20 |
| HSL | 17.81º | 0.88% | 0.43% | - |
| HSV(B) | 17.81º | 0.94% | 0.8% | - |
| XYZ | 27.44 | 17.39 | 2.29 | - |
| YUV | 103.87 | 76.73 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 13 | 0 | 0.66 | 0.94 | 0.20 | 17.81 | 0.88 | 0.43 |
| Hex | CD | 46 | D | 0 | 42 | 5E | 14 | 12 | 58 | 2B |
| Octal | 315 | 106 | 15 | 0 | 102 | 136 | 24 | 22 | 130 | 53 |
| Binary | 11001101 | 1000110 | 1101 | 0 | 1000010 | 1011110 | 10100 | 10010 | 1011000 | 101011 |
Color Harmonies of #CD460D
Complementary color
Monochromatic Colors of #CD460D
Black with #CD460D
Text Example
Text Example
White with #CD460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD460D; }
p { color: rgb(205,70,13); }
H1.HeaderClassName
{
color: #CD460D;
}
.AnyTagClassName
{
color: #CD460D;
}
</style>
background-color css
<style>
a { background-color: #CD460D; }
a { background-color: rgb(205,70,13); }
div.DivClassName
{
background-color: #CD460D;
}
.BgClassName
{
background-color: #CD460D;
}
</style>
border-color css
<style>
span { border-color: #CD460D; }
span { border-color: rgb(205,70,13); }
td.TdClassName
{
border-color: #CD460D;
}
.TagClassName
{
border-color: #CD460D;
}
</style>