Html Css Color HEX #CD2D21 Harley Davidson Orange
📋 copy color: '#CD2D21'red 205 ◦ green 45 ◦ blue 33
Shades of Harley Davidson Orange #CD2D21
Tints of Harley Davidson Orange #CD2D21
RGB
CMYK
RGB Variations
Color information
#CD2D21 (or 0xCD2D21) is known color: Harley Davidson Orange. HEX triplet: CD, 2D and 21. RGB value is (205,45,33). Sum of RGB (Red+Green+Blue) = 205+45+33=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D21 is #32D2DE. Grayscale: #5B5B5B. Windows color (decimal): -3330783 or 2174413. OLE color: 2174413.
HSL color Cylindrical-coordinate representation of color #CD2D21: hue angle of 4.19º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2D21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.20 |
| HSL | 4.19º | 0.72% | 0.47% | - |
| HSV(B) | 4.19º | 0.84% | 0.8% | - |
| XYZ | 26.39 | 14.97 | 2.94 | - |
| YUV | 91.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 33 | 0 | 0.78 | 0.84 | 0.20 | 4.19 | 0.72 | 0.47 |
| Hex | CD | 2D | 21 | 0 | 4E | 54 | 14 | 4 | 48 | 2F |
| Octal | 315 | 55 | 41 | 0 | 116 | 124 | 24 | 4 | 110 | 57 |
| Binary | 11001101 | 101101 | 100001 | 0 | 1001110 | 1010100 | 10100 | 100 | 1001000 | 101111 |
Color Harmonies of #CD2D21
Complementary color
Monochromatic Colors of #CD2D21
Black with #CD2D21
Text Example
Text Example
White with #CD2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D21; }
p { color: rgb(205,45,33); }
H1.HeaderClassName
{
color: #CD2D21;
}
.AnyTagClassName
{
color: #CD2D21;
}
</style>
background-color css
<style>
a { background-color: #CD2D21; }
a { background-color: rgb(205,45,33); }
div.DivClassName
{
background-color: #CD2D21;
}
.BgClassName
{
background-color: #CD2D21;
}
</style>
border-color css
<style>
span { border-color: #CD2D21; }
span { border-color: rgb(205,45,33); }
td.TdClassName
{
border-color: #CD2D21;
}
.TagClassName
{
border-color: #CD2D21;
}
</style>