Html Css Color HEX #CD4A14 Harley Davidson Orange
📋 copy color: '#CD4A14'red 205 ◦ green 74 ◦ blue 20
Shades of Harley Davidson Orange #CD4A14
Tints of Harley Davidson Orange #CD4A14
RGB
CMYK
RGB Variations
Color information
#CD4A14 (or 0xCD4A14) is known color: Harley Davidson Orange. HEX triplet: CD, 4A and 14. RGB value is (205,74,20). Sum of RGB (Red+Green+Blue) = 205+74+20=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A14 is #32B5EB. Grayscale: #6B6B6B. Windows color (decimal): -3323372 or 1329869. OLE color: 1329869.
HSL color Cylindrical-coordinate representation of color #CD4A14: hue angle of 17.51º 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 #CD4A14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 74 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.20 |
| HSL | 17.51º | 0.82% | 0.44% | - |
| HSV(B) | 17.51º | 0.9% | 0.8% | - |
| XYZ | 27.75 | 17.93 | 2.66 | - |
| YUV | 107.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 20 | 0 | 0.64 | 0.90 | 0.20 | 17.51 | 0.82 | 0.44 |
| Hex | CD | 4A | 14 | 0 | 40 | 5A | 14 | 12 | 52 | 2C |
| Octal | 315 | 112 | 24 | 0 | 100 | 132 | 24 | 22 | 122 | 54 |
| Binary | 11001101 | 1001010 | 10100 | 0 | 1000000 | 1011010 | 10100 | 10010 | 1010010 | 101100 |
Color Harmonies of #CD4A14
Complementary color
Monochromatic Colors of #CD4A14
Black with #CD4A14
Text Example
Text Example
White with #CD4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4A14; }
p { color: rgb(205,74,20); }
H1.HeaderClassName
{
color: #CD4A14;
}
.AnyTagClassName
{
color: #CD4A14;
}
</style>
background-color css
<style>
a { background-color: #CD4A14; }
a { background-color: rgb(205,74,20); }
div.DivClassName
{
background-color: #CD4A14;
}
.BgClassName
{
background-color: #CD4A14;
}
</style>
border-color css
<style>
span { border-color: #CD4A14; }
span { border-color: rgb(205,74,20); }
td.TdClassName
{
border-color: #CD4A14;
}
.TagClassName
{
border-color: #CD4A14;
}
</style>