Html Css Color HEX #CD4914 Harley Davidson Orange
📋 copy color: '#CD4914'red 205 ◦ green 73 ◦ blue 20
Shades of Harley Davidson Orange #CD4914
Tints of Harley Davidson Orange #CD4914
RGB
CMYK
RGB Variations
Color information
#CD4914 (or 0xCD4914) is known color: Harley Davidson Orange. HEX triplet: CD, 49 and 14. RGB value is (205,73,20). Sum of RGB (Red+Green+Blue) = 205+73+20=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4914 is #32B6EB. Grayscale: #6A6A6A. Windows color (decimal): -3323628 or 1329613. OLE color: 1329613.
HSL color Cylindrical-coordinate representation of color #CD4914: hue angle of 17.19º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD4914 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.20 |
| HSL | 17.19º | 0.82% | 0.44% | - |
| HSV(B) | 17.19º | 0.9% | 0.8% | - |
| XYZ | 27.69 | 17.79 | 2.64 | - |
| YUV | 106.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 20 | 0 | 0.64 | 0.90 | 0.20 | 17.19 | 0.82 | 0.44 |
| Hex | CD | 49 | 14 | 0 | 40 | 5A | 14 | 11 | 52 | 2C |
| Octal | 315 | 111 | 24 | 0 | 100 | 132 | 24 | 21 | 122 | 54 |
| Binary | 11001101 | 1001001 | 10100 | 0 | 1000000 | 1011010 | 10100 | 10001 | 1010010 | 101100 |
Color Harmonies of #CD4914
Complementary color
Monochromatic Colors of #CD4914
Black with #CD4914
Text Example
Text Example
White with #CD4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4914; }
p { color: rgb(205,73,20); }
H1.HeaderClassName
{
color: #CD4914;
}
.AnyTagClassName
{
color: #CD4914;
}
</style>
background-color css
<style>
a { background-color: #CD4914; }
a { background-color: rgb(205,73,20); }
div.DivClassName
{
background-color: #CD4914;
}
.BgClassName
{
background-color: #CD4914;
}
</style>
border-color css
<style>
span { border-color: #CD4914; }
span { border-color: rgb(205,73,20); }
td.TdClassName
{
border-color: #CD4914;
}
.TagClassName
{
border-color: #CD4914;
}
</style>