Html Css Color HEX #CD3C11 Harley Davidson Orange
📋 copy color: '#CD3C11'red 205 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #CD3C11
Tints of Harley Davidson Orange #CD3C11
RGB
CMYK
RGB Variations
Color information
#CD3C11 (or 0xCD3C11) is known color: Harley Davidson Orange. HEX triplet: CD, 3C and 11. RGB value is (205,60,17). Sum of RGB (Red+Green+Blue) = 205+60+17=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3C11 is #32C3EE. Grayscale: #626262. Windows color (decimal): -3326959 or 1129677. OLE color: 1129677.
HSL color Cylindrical-coordinate representation of color #CD3C11: hue angle of 13.72º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD3C11 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 17 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.20 |
| HSL | 13.72º | 0.85% | 0.44% | - |
| HSV(B) | 13.72º | 0.92% | 0.8% | - |
| XYZ | 26.89 | 16.25 | 2.25 | - |
| YUV | 98.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 17 | 0 | 0.71 | 0.92 | 0.20 | 13.72 | 0.85 | 0.44 |
| Hex | CD | 3C | 11 | 0 | 47 | 5C | 14 | E | 55 | 2C |
| Octal | 315 | 74 | 21 | 0 | 107 | 134 | 24 | 16 | 125 | 54 |
| Binary | 11001101 | 111100 | 10001 | 0 | 1000111 | 1011100 | 10100 | 1110 | 1010101 | 101100 |
Color Harmonies of #CD3C11
Complementary color
Monochromatic Colors of #CD3C11
Black with #CD3C11
Text Example
Text Example
White with #CD3C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C11; }
p { color: rgb(205,60,17); }
H1.HeaderClassName
{
color: #CD3C11;
}
.AnyTagClassName
{
color: #CD3C11;
}
</style>
background-color css
<style>
a { background-color: #CD3C11; }
a { background-color: rgb(205,60,17); }
div.DivClassName
{
background-color: #CD3C11;
}
.BgClassName
{
background-color: #CD3C11;
}
</style>
border-color css
<style>
span { border-color: #CD3C11; }
span { border-color: rgb(205,60,17); }
td.TdClassName
{
border-color: #CD3C11;
}
.TagClassName
{
border-color: #CD3C11;
}
</style>