Html Css Color HEX #CD321E Harley Davidson Orange
📋 copy color: '#CD321E'red 205 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #CD321E
Tints of Harley Davidson Orange #CD321E
RGB
CMYK
RGB Variations
Color information
#CD321E (or 0xCD321E) is known color: Harley Davidson Orange. HEX triplet: CD, 32 and 1E. RGB value is (205,50,30). Sum of RGB (Red+Green+Blue) = 205+50+30=285 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.93% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 205 - color contains mainly: red. Hex color #CD321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD321E is #32CDE1. Grayscale: #5E5E5E. Windows color (decimal): -3329506 or 1979085. OLE color: 1979085.
HSL color Cylindrical-coordinate representation of color #CD321E: hue angle of 6.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD321E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 30 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.20 |
| HSL | 6.86º | 0.74% | 0.46% | - |
| HSV(B) | 6.86º | 0.85% | 0.8% | - |
| XYZ | 26.55 | 15.35 | 2.79 | - |
| YUV | 94.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 30 | 0 | 0.76 | 0.85 | 0.20 | 6.86 | 0.74 | 0.46 |
| Hex | CD | 32 | 1E | 0 | 4C | 55 | 14 | 7 | 4A | 2E |
| Octal | 315 | 62 | 36 | 0 | 114 | 125 | 24 | 7 | 112 | 56 |
| Binary | 11001101 | 110010 | 11110 | 0 | 1001100 | 1010101 | 10100 | 111 | 1001010 | 101110 |
Color Harmonies of #CD321E
Complementary color
Monochromatic Colors of #CD321E
Black with #CD321E
Text Example
Text Example
White with #CD321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD321E; }
p { color: rgb(205,50,30); }
H1.HeaderClassName
{
color: #CD321E;
}
.AnyTagClassName
{
color: #CD321E;
}
</style>
background-color css
<style>
a { background-color: #CD321E; }
a { background-color: rgb(205,50,30); }
div.DivClassName
{
background-color: #CD321E;
}
.BgClassName
{
background-color: #CD321E;
}
</style>
border-color css
<style>
span { border-color: #CD321E; }
span { border-color: rgb(205,50,30); }
td.TdClassName
{
border-color: #CD321E;
}
.TagClassName
{
border-color: #CD321E;
}
</style>