Html Css Color HEX #CD4915 Harley Davidson Orange
📋 copy color: '#CD4915'red 205 ◦ green 73 ◦ blue 21
Shades of Harley Davidson Orange #CD4915
Tints of Harley Davidson Orange #CD4915
RGB
CMYK
RGB Variations
Color information
#CD4915 (or 0xCD4915) is known color: Harley Davidson Orange. HEX triplet: CD, 49 and 15. RGB value is (205,73,21). Sum of RGB (Red+Green+Blue) = 205+73+21=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4915 is #32B6EA. Grayscale: #6A6A6A. Windows color (decimal): -3323627 or 1395149. OLE color: 1395149.
HSL color Cylindrical-coordinate representation of color #CD4915: hue angle of 16.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD4915 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 73 | 21 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.20 |
| HSL | 16.96º | 0.81% | 0.44% | - |
| HSV(B) | 16.96º | 0.9% | 0.8% | - |
| XYZ | 27.69 | 17.8 | 2.69 | - |
| YUV | 106.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 73 | 21 | 0 | 0.64 | 0.90 | 0.20 | 16.96 | 0.81 | 0.44 |
| Hex | CD | 49 | 15 | 0 | 40 | 5A | 14 | 11 | 51 | 2C |
| Octal | 315 | 111 | 25 | 0 | 100 | 132 | 24 | 21 | 121 | 54 |
| Binary | 11001101 | 1001001 | 10101 | 0 | 1000000 | 1011010 | 10100 | 10001 | 1010001 | 101100 |
Color Harmonies of #CD4915
Complementary color
Monochromatic Colors of #CD4915
Black with #CD4915
Text Example
Text Example
White with #CD4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4915; }
p { color: rgb(205,73,21); }
H1.HeaderClassName
{
color: #CD4915;
}
.AnyTagClassName
{
color: #CD4915;
}
</style>
background-color css
<style>
a { background-color: #CD4915; }
a { background-color: rgb(205,73,21); }
div.DivClassName
{
background-color: #CD4915;
}
.BgClassName
{
background-color: #CD4915;
}
</style>
border-color css
<style>
span { border-color: #CD4915; }
span { border-color: rgb(205,73,21); }
td.TdClassName
{
border-color: #CD4915;
}
.TagClassName
{
border-color: #CD4915;
}
</style>