Html Css Color HEX #CD3700 Harley Davidson Orange
📋 copy color: '#CD3700'red 205 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #CD3700
Tints of Harley Davidson Orange #CD3700
RGB
CMYK
RGB Variations
Color information
#CD3700 (or 0xCD3700) is known color: Harley Davidson Orange. HEX triplet: CD, 37 and 00. RGB value is (205,55,0). Sum of RGB (Red+Green+Blue) = 205+55+0=260 (34% of max value = 765). Red value is 205 (80.47% from 255 or 78.85% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3700 is #32C8FF. Grayscale: #5D5D5D. Windows color (decimal): -3328256 or 14285. OLE color: 14285.
HSL color Cylindrical-coordinate representation of color #CD3700: hue angle of 16.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD3700 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 55 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.20 |
| HSL | 16.1º | 1% | 0.4% | - |
| HSV(B) | 16.1º | 1% | 0.8% | - |
| XYZ | 26.54 | 15.71 | 1.63 | - |
| YUV | 93.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 0 | 0 | 0.73 | 1 | 0.20 | 16.1 | 1 | 0.4 |
| Hex | CD | 37 | 0 | 0 | 49 | 64 | 14 | 10 | 64 | 28 |
| Octal | 315 | 67 | 0 | 0 | 111 | 144 | 24 | 20 | 144 | 50 |
| Binary | 11001101 | 110111 | 0 | 0 | 1001001 | 1100100 | 10100 | 10000 | 1100100 | 101000 |
Color Harmonies of #CD3700
Complementary color
Monochromatic Colors of #CD3700
Black with #CD3700
Text Example
Text Example
White with #CD3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3700; }
p { color: rgb(205,55,0); }
H1.HeaderClassName
{
color: #CD3700;
}
.AnyTagClassName
{
color: #CD3700;
}
</style>
background-color css
<style>
a { background-color: #CD3700; }
a { background-color: rgb(205,55,0); }
div.DivClassName
{
background-color: #CD3700;
}
.BgClassName
{
background-color: #CD3700;
}
</style>
border-color css
<style>
span { border-color: #CD3700; }
span { border-color: rgb(205,55,0); }
td.TdClassName
{
border-color: #CD3700;
}
.TagClassName
{
border-color: #CD3700;
}
</style>