Html Css Color HEX #CD3C1E Harley Davidson Orange
📋 copy color: '#CD3C1E'red 205 ◦ green 60 ◦ blue 30
Shades of Harley Davidson Orange #CD3C1E
Tints of Harley Davidson Orange #CD3C1E
RGB
CMYK
RGB Variations
Color information
#CD3C1E (or 0xCD3C1E) is known color: Harley Davidson Orange. HEX triplet: CD, 3C and 1E. RGB value is (205,60,30). Sum of RGB (Red+Green+Blue) = 205+60+30=295 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.49% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C1E is #32C3E1. Grayscale: #646464. Windows color (decimal): -3326946 or 1981645. OLE color: 1981645.
HSL color Cylindrical-coordinate representation of color #CD3C1E: hue angle of 10.29º 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 #CD3C1E is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 30 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.20 |
| HSL | 10.29º | 0.74% | 0.46% | - |
| HSV(B) | 10.29º | 0.85% | 0.8% | - |
| XYZ | 27.03 | 16.3 | 2.95 | - |
| YUV | 99.94 | 88.54 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 30 | 0 | 0.71 | 0.85 | 0.20 | 10.29 | 0.74 | 0.46 |
| Hex | CD | 3C | 1E | 0 | 47 | 55 | 14 | A | 4A | 2E |
| Octal | 315 | 74 | 36 | 0 | 107 | 125 | 24 | 12 | 112 | 56 |
| Binary | 11001101 | 111100 | 11110 | 0 | 1000111 | 1010101 | 10100 | 1010 | 1001010 | 101110 |
Color Harmonies of #CD3C1E
Complementary color
Monochromatic Colors of #CD3C1E
Black with #CD3C1E
Text Example
Text Example
White with #CD3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C1E; }
p { color: rgb(205,60,30); }
H1.HeaderClassName
{
color: #CD3C1E;
}
.AnyTagClassName
{
color: #CD3C1E;
}
</style>
background-color css
<style>
a { background-color: #CD3C1E; }
a { background-color: rgb(205,60,30); }
div.DivClassName
{
background-color: #CD3C1E;
}
.BgClassName
{
background-color: #CD3C1E;
}
</style>
border-color css
<style>
span { border-color: #CD3C1E; }
span { border-color: rgb(205,60,30); }
td.TdClassName
{
border-color: #CD3C1E;
}
.TagClassName
{
border-color: #CD3C1E;
}
</style>