Html Css Color HEX #CD2201 Harley Davidson Orange
📋 copy color: '#CD2201'red 205 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #CD2201
Tints of Harley Davidson Orange #CD2201
RGB
CMYK
RGB Variations
Color information
#CD2201 (or 0xCD2201) is known color: Harley Davidson Orange. HEX triplet: CD, 22 and 01. RGB value is (205,34,1). Sum of RGB (Red+Green+Blue) = 205+34+1=240 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.42% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2201 is #32DDFE. Grayscale: #515151. Windows color (decimal): -3333631 or 74445. OLE color: 74445.
HSL color Cylindrical-coordinate representation of color #CD2201: hue angle of 9.71º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD2201 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.20 |
| HSL | 9.71º | 0.99% | 0.4% | - |
| HSV(B) | 9.71º | 1% | 0.8% | - |
| XYZ | 25.75 | 14.13 | 1.4 | - |
| YUV | 81.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 1 | 0 | 0.83 | 1.00 | 0.20 | 9.71 | 0.99 | 0.4 |
| Hex | CD | 22 | 1 | 0 | 53 | 64 | 14 | A | 63 | 28 |
| Octal | 315 | 42 | 1 | 0 | 123 | 144 | 24 | 12 | 143 | 50 |
| Binary | 11001101 | 100010 | 1 | 0 | 1010011 | 1100100 | 10100 | 1010 | 1100011 | 101000 |
Color Harmonies of #CD2201
Complementary color
Monochromatic Colors of #CD2201
Black with #CD2201
Text Example
Text Example
White with #CD2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2201; }
p { color: rgb(205,34,1); }
H1.HeaderClassName
{
color: #CD2201;
}
.AnyTagClassName
{
color: #CD2201;
}
</style>
background-color css
<style>
a { background-color: #CD2201; }
a { background-color: rgb(205,34,1); }
div.DivClassName
{
background-color: #CD2201;
}
.BgClassName
{
background-color: #CD2201;
}
</style>
border-color css
<style>
span { border-color: #CD2201; }
span { border-color: rgb(205,34,1); }
td.TdClassName
{
border-color: #CD2201;
}
.TagClassName
{
border-color: #CD2201;
}
</style>