Html Css Color HEX #CD3500 Harley Davidson Orange
📋 copy color: '#CD3500'red 205 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #CD3500
Tints of Harley Davidson Orange #CD3500
RGB
CMYK
RGB Variations
Color information
#CD3500 (or 0xCD3500) is known color: Harley Davidson Orange. HEX triplet: CD, 35 and 00. RGB value is (205,53,0). Sum of RGB (Red+Green+Blue) = 205+53+0=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3500 is #32CAFF. Grayscale: #5C5C5C. Windows color (decimal): -3328768 or 13773. OLE color: 13773.
HSL color Cylindrical-coordinate representation of color #CD3500: hue angle of 15.51º 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 #CD3500 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.20 |
| HSL | 15.51º | 1% | 0.4% | - |
| HSV(B) | 15.51º | 1% | 0.8% | - |
| XYZ | 26.45 | 15.53 | 1.6 | - |
| YUV | 92.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 0 | 0 | 0.74 | 1 | 0.20 | 15.51 | 1 | 0.4 |
| Hex | CD | 35 | 0 | 0 | 4A | 64 | 14 | 10 | 64 | 28 |
| Octal | 315 | 65 | 0 | 0 | 112 | 144 | 24 | 20 | 144 | 50 |
| Binary | 11001101 | 110101 | 0 | 0 | 1001010 | 1100100 | 10100 | 10000 | 1100100 | 101000 |
Color Harmonies of #CD3500
Complementary color
Monochromatic Colors of #CD3500
Black with #CD3500
Text Example
Text Example
White with #CD3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3500; }
p { color: rgb(205,53,0); }
H1.HeaderClassName
{
color: #CD3500;
}
.AnyTagClassName
{
color: #CD3500;
}
</style>
background-color css
<style>
a { background-color: #CD3500; }
a { background-color: rgb(205,53,0); }
div.DivClassName
{
background-color: #CD3500;
}
.BgClassName
{
background-color: #CD3500;
}
</style>
border-color css
<style>
span { border-color: #CD3500; }
span { border-color: rgb(205,53,0); }
td.TdClassName
{
border-color: #CD3500;
}
.TagClassName
{
border-color: #CD3500;
}
</style>