Html Css Color HEX #CD2008 Harley Davidson Orange
📋 copy color: '#CD2008'red 205 ◦ green 32 ◦ blue 8
Shades of Harley Davidson Orange #CD2008
Tints of Harley Davidson Orange #CD2008
RGB
CMYK
RGB Variations
Color information
#CD2008 (or 0xCD2008) is known color: Harley Davidson Orange. HEX triplet: CD, 20 and 08. RGB value is (205,32,8). Sum of RGB (Red+Green+Blue) = 205+32+8=245 (32% of max value = 765). Red value is 205 (80.47% from 255 or 83.67% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2008 is #32DFF7. Grayscale: #515151. Windows color (decimal): -3334136 or 532685. OLE color: 532685.
HSL color Cylindrical-coordinate representation of color #CD2008: hue angle of 7.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD2008 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 8 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.20 |
| HSL | 7.31º | 0.92% | 0.42% | - |
| HSV(B) | 7.31º | 0.96% | 0.8% | - |
| XYZ | 25.74 | 14.03 | 1.58 | - |
| YUV | 80.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 8 | 0 | 0.84 | 0.96 | 0.20 | 7.31 | 0.92 | 0.42 |
| Hex | CD | 20 | 8 | 0 | 54 | 60 | 14 | 7 | 5C | 2A |
| Octal | 315 | 40 | 10 | 0 | 124 | 140 | 24 | 7 | 134 | 52 |
| Binary | 11001101 | 100000 | 1000 | 0 | 1010100 | 1100000 | 10100 | 111 | 1011100 | 101010 |
Color Harmonies of #CD2008
Complementary color
Monochromatic Colors of #CD2008
Black with #CD2008
Text Example
Text Example
White with #CD2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2008; }
p { color: rgb(205,32,8); }
H1.HeaderClassName
{
color: #CD2008;
}
.AnyTagClassName
{
color: #CD2008;
}
</style>
background-color css
<style>
a { background-color: #CD2008; }
a { background-color: rgb(205,32,8); }
div.DivClassName
{
background-color: #CD2008;
}
.BgClassName
{
background-color: #CD2008;
}
</style>
border-color css
<style>
span { border-color: #CD2008; }
span { border-color: rgb(205,32,8); }
td.TdClassName
{
border-color: #CD2008;
}
.TagClassName
{
border-color: #CD2008;
}
</style>