Html Css Color HEX #CD440D Harley Davidson Orange
📋 copy color: '#CD440D'red 205 ◦ green 68 ◦ blue 13
Shades of Harley Davidson Orange #CD440D
Tints of Harley Davidson Orange #CD440D
RGB
CMYK
RGB Variations
Color information
#CD440D (or 0xCD440D) is known color: Harley Davidson Orange. HEX triplet: CD, 44 and 0D. RGB value is (205,68,13). Sum of RGB (Red+Green+Blue) = 205+68+13=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD440D is #32BBF2. Grayscale: #676767. Windows color (decimal): -3324915 or 869581. OLE color: 869581.
HSL color Cylindrical-coordinate representation of color #CD440D: hue angle of 17.19º 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 #CD440D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 68 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.20 |
| HSL | 17.19º | 0.88% | 0.43% | - |
| HSV(B) | 17.19º | 0.94% | 0.8% | - |
| XYZ | 27.32 | 17.14 | 2.25 | - |
| YUV | 102.69 | 77.39 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 68 | 13 | 0 | 0.67 | 0.94 | 0.20 | 17.19 | 0.88 | 0.43 |
| Hex | CD | 44 | D | 0 | 43 | 5E | 14 | 11 | 58 | 2B |
| Octal | 315 | 104 | 15 | 0 | 103 | 136 | 24 | 21 | 130 | 53 |
| Binary | 11001101 | 1000100 | 1101 | 0 | 1000011 | 1011110 | 10100 | 10001 | 1011000 | 101011 |
Color Harmonies of #CD440D
Complementary color
Monochromatic Colors of #CD440D
Black with #CD440D
Text Example
Text Example
White with #CD440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD440D; }
p { color: rgb(205,68,13); }
H1.HeaderClassName
{
color: #CD440D;
}
.AnyTagClassName
{
color: #CD440D;
}
</style>
background-color css
<style>
a { background-color: #CD440D; }
a { background-color: rgb(205,68,13); }
div.DivClassName
{
background-color: #CD440D;
}
.BgClassName
{
background-color: #CD440D;
}
</style>
border-color css
<style>
span { border-color: #CD440D; }
span { border-color: rgb(205,68,13); }
td.TdClassName
{
border-color: #CD440D;
}
.TagClassName
{
border-color: #CD440D;
}
</style>