Html Css Color HEX #CD220C Harley Davidson Orange
📋 copy color: '#CD220C'red 205 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #CD220C
Tints of Harley Davidson Orange #CD220C
RGB
CMYK
RGB Variations
Color information
#CD220C (or 0xCD220C) is known color: Harley Davidson Orange. HEX triplet: CD, 22 and 0C. RGB value is (205,34,12). Sum of RGB (Red+Green+Blue) = 205+34+12=251 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.67% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 205 - color contains mainly: red. Hex color #CD220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD220C is #32DDF3. Grayscale: #525252. Windows color (decimal): -3333620 or 795341. OLE color: 795341.
HSL color Cylindrical-coordinate representation of color #CD220C: hue angle of 6.84º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 34 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.20 |
| HSL | 6.84º | 0.89% | 0.43% | - |
| HSV(B) | 6.84º | 0.94% | 0.8% | - |
| XYZ | 25.82 | 14.15 | 1.72 | - |
| YUV | 82.62 | 88.15 | 215.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 34 | 12 | 0 | 0.83 | 0.94 | 0.20 | 6.84 | 0.89 | 0.43 |
| Hex | CD | 22 | C | 0 | 53 | 5E | 14 | 7 | 59 | 2B |
| Octal | 315 | 42 | 14 | 0 | 123 | 136 | 24 | 7 | 131 | 53 |
| Binary | 11001101 | 100010 | 1100 | 0 | 1010011 | 1011110 | 10100 | 111 | 1011001 | 101011 |
Color Harmonies of #CD220C
Complementary color
Monochromatic Colors of #CD220C
Black with #CD220C
Text Example
Text Example
White with #CD220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD220C; }
p { color: rgb(205,34,12); }
H1.HeaderClassName
{
color: #CD220C;
}
.AnyTagClassName
{
color: #CD220C;
}
</style>
background-color css
<style>
a { background-color: #CD220C; }
a { background-color: rgb(205,34,12); }
div.DivClassName
{
background-color: #CD220C;
}
.BgClassName
{
background-color: #CD220C;
}
</style>
border-color css
<style>
span { border-color: #CD220C; }
span { border-color: rgb(205,34,12); }
td.TdClassName
{
border-color: #CD220C;
}
.TagClassName
{
border-color: #CD220C;
}
</style>