Html Css Color HEX #CD3E20 Harley Davidson Orange
📋 copy color: '#CD3E20'red 205 ◦ green 62 ◦ blue 32
Shades of Harley Davidson Orange #CD3E20
Tints of Harley Davidson Orange #CD3E20
RGB
CMYK
RGB Variations
Color information
#CD3E20 (or 0xCD3E20) is known color: Harley Davidson Orange. HEX triplet: CD, 3E and 20. RGB value is (205,62,32). Sum of RGB (Red+Green+Blue) = 205+62+32=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E20 is #32C1DF. Grayscale: #656565. Windows color (decimal): -3326432 or 2113229. OLE color: 2113229.
HSL color Cylindrical-coordinate representation of color #CD3E20: hue angle of 10.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD3E20 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 62 | 32 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.20 |
| HSL | 10.4º | 0.73% | 0.46% | - |
| HSV(B) | 10.4º | 0.84% | 0.8% | - |
| XYZ | 27.16 | 16.53 | 3.13 | - |
| YUV | 101.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 32 | 0 | 0.70 | 0.84 | 0.20 | 10.4 | 0.73 | 0.46 |
| Hex | CD | 3E | 20 | 0 | 46 | 54 | 14 | A | 49 | 2E |
| Octal | 315 | 76 | 40 | 0 | 106 | 124 | 24 | 12 | 111 | 56 |
| Binary | 11001101 | 111110 | 100000 | 0 | 1000110 | 1010100 | 10100 | 1010 | 1001001 | 101110 |
Color Harmonies of #CD3E20
Complementary color
Monochromatic Colors of #CD3E20
Black with #CD3E20
Text Example
Text Example
White with #CD3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3E20; }
p { color: rgb(205,62,32); }
H1.HeaderClassName
{
color: #CD3E20;
}
.AnyTagClassName
{
color: #CD3E20;
}
</style>
background-color css
<style>
a { background-color: #CD3E20; }
a { background-color: rgb(205,62,32); }
div.DivClassName
{
background-color: #CD3E20;
}
.BgClassName
{
background-color: #CD3E20;
}
</style>
border-color css
<style>
span { border-color: #CD3E20; }
span { border-color: rgb(205,62,32); }
td.TdClassName
{
border-color: #CD3E20;
}
.TagClassName
{
border-color: #CD3E20;
}
</style>