Html Css Color HEX #CD2211 Harley Davidson Orange
📋 copy color: '#CD2211'red 205 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #CD2211
Tints of Harley Davidson Orange #CD2211
RGB
CMYK
RGB Variations
Color information
#CD2211 (or 0xCD2211) is known color: Harley Davidson Orange. HEX triplet: CD, 22 and 11. RGB value is (205,34,17). Sum of RGB (Red+Green+Blue) = 205+34+17=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2211 is #32DDEE. Grayscale: #535353. Windows color (decimal): -3333615 or 1123021. OLE color: 1123021.
HSL color Cylindrical-coordinate representation of color #CD2211: hue angle of 5.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD2211 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 17 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.20 |
| HSL | 5.43º | 0.85% | 0.44% | - |
| HSV(B) | 5.43º | 0.92% | 0.8% | - |
| XYZ | 25.85 | 14.16 | 1.9 | - |
| YUV | 83.19 | 90.65 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 17 | 0 | 0.83 | 0.92 | 0.20 | 5.43 | 0.85 | 0.44 |
| Hex | CD | 22 | 11 | 0 | 53 | 5C | 14 | 5 | 55 | 2C |
| Octal | 315 | 42 | 21 | 0 | 123 | 134 | 24 | 5 | 125 | 54 |
| Binary | 11001101 | 100010 | 10001 | 0 | 1010011 | 1011100 | 10100 | 101 | 1010101 | 101100 |
Color Harmonies of #CD2211
Complementary color
Monochromatic Colors of #CD2211
Black with #CD2211
Text Example
Text Example
White with #CD2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2211; }
p { color: rgb(205,34,17); }
H1.HeaderClassName
{
color: #CD2211;
}
.AnyTagClassName
{
color: #CD2211;
}
</style>
background-color css
<style>
a { background-color: #CD2211; }
a { background-color: rgb(205,34,17); }
div.DivClassName
{
background-color: #CD2211;
}
.BgClassName
{
background-color: #CD2211;
}
</style>
border-color css
<style>
span { border-color: #CD2211; }
span { border-color: rgb(205,34,17); }
td.TdClassName
{
border-color: #CD2211;
}
.TagClassName
{
border-color: #CD2211;
}
</style>