Html Css Color HEX #CD211E Harley Davidson Orange
📋 copy color: '#CD211E'red 205 ◦ green 33 ◦ blue 30
Shades of Harley Davidson Orange #CD211E
Tints of Harley Davidson Orange #CD211E
RGB
CMYK
RGB Variations
Color information
#CD211E (or 0xCD211E) is known color: Harley Davidson Orange. HEX triplet: CD, 21 and 1E. RGB value is (205,33,30). Sum of RGB (Red+Green+Blue) = 205+33+30=268 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.49% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 205 - color contains mainly: red. Hex color #CD211E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD211E is #32DEE1. Grayscale: #545454. Windows color (decimal): -3333858 or 1974733. OLE color: 1974733.
HSL color Cylindrical-coordinate representation of color #CD211E: hue angle of 1.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD211E is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 30 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.20 |
| HSL | 1.03º | 0.74% | 0.46% | - |
| HSV(B) | 1.03º | 0.85% | 0.8% | - |
| XYZ | 25.96 | 14.16 | 2.59 | - |
| YUV | 84.09 | 97.48 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 30 | 0 | 0.84 | 0.85 | 0.20 | 1.03 | 0.74 | 0.46 |
| Hex | CD | 21 | 1E | 0 | 54 | 55 | 14 | 1 | 4A | 2E |
| Octal | 315 | 41 | 36 | 0 | 124 | 125 | 24 | 1 | 112 | 56 |
| Binary | 11001101 | 100001 | 11110 | 0 | 1010100 | 1010101 | 10100 | 1 | 1001010 | 101110 |
Color Harmonies of #CD211E
Complementary color
Monochromatic Colors of #CD211E
Black with #CD211E
Text Example
Text Example
White with #CD211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD211E; }
p { color: rgb(205,33,30); }
H1.HeaderClassName
{
color: #CD211E;
}
.AnyTagClassName
{
color: #CD211E;
}
</style>
background-color css
<style>
a { background-color: #CD211E; }
a { background-color: rgb(205,33,30); }
div.DivClassName
{
background-color: #CD211E;
}
.BgClassName
{
background-color: #CD211E;
}
</style>
border-color css
<style>
span { border-color: #CD211E; }
span { border-color: rgb(205,33,30); }
td.TdClassName
{
border-color: #CD211E;
}
.TagClassName
{
border-color: #CD211E;
}
</style>