Html Css Color HEX #CD3A00 Harley Davidson Orange
📋 copy color: '#CD3A00'red 205 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #CD3A00
Tints of Harley Davidson Orange #CD3A00
RGB
CMYK
RGB Variations
Color information
#CD3A00 (or 0xCD3A00) is known color: Harley Davidson Orange. HEX triplet: CD, 3A and 00. RGB value is (205,58,0). Sum of RGB (Red+Green+Blue) = 205+58+0=263 (34% of max value = 765). Red value is 205 (80.47% from 255 or 77.95% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD3A00 is #32C5FF. Grayscale: #5F5F5F. Windows color (decimal): -3327488 or 15053. OLE color: 15053.
HSL color Cylindrical-coordinate representation of color #CD3A00: hue angle of 16.98º 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 #CD3A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.20 |
| HSL | 16.98º | 1% | 0.4% | - |
| HSV(B) | 16.98º | 1% | 0.8% | - |
| XYZ | 26.69 | 16.01 | 1.68 | - |
| YUV | 95.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 0 | 0 | 0.72 | 1 | 0.20 | 16.98 | 1 | 0.4 |
| Hex | CD | 3A | 0 | 0 | 48 | 64 | 14 | 11 | 64 | 28 |
| Octal | 315 | 72 | 0 | 0 | 110 | 144 | 24 | 21 | 144 | 50 |
| Binary | 11001101 | 111010 | 0 | 0 | 1001000 | 1100100 | 10100 | 10001 | 1100100 | 101000 |
Color Harmonies of #CD3A00
Complementary color
Monochromatic Colors of #CD3A00
Black with #CD3A00
Text Example
Text Example
White with #CD3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A00; }
p { color: rgb(205,58,0); }
H1.HeaderClassName
{
color: #CD3A00;
}
.AnyTagClassName
{
color: #CD3A00;
}
</style>
background-color css
<style>
a { background-color: #CD3A00; }
a { background-color: rgb(205,58,0); }
div.DivClassName
{
background-color: #CD3A00;
}
.BgClassName
{
background-color: #CD3A00;
}
</style>
border-color css
<style>
span { border-color: #CD3A00; }
span { border-color: rgb(205,58,0); }
td.TdClassName
{
border-color: #CD3A00;
}
.TagClassName
{
border-color: #CD3A00;
}
</style>