Html Css Color HEX #D23014 Harley Davidson Orange
📋 copy color: '#D23014'red 210 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #D23014
Tints of Harley Davidson Orange #D23014
RGB
CMYK
RGB Variations
Color information
#D23014 (or 0xD23014) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 14. RGB value is (210,48,20). Sum of RGB (Red+Green+Blue) = 210+48+20=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D23014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23014 is #2DCFEB. Grayscale: #5D5D5D. Windows color (decimal): -3002348 or 1323218. OLE color: 1323218.
HSL color Cylindrical-coordinate representation of color #D23014: hue angle of 8.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D23014 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 20 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.18 |
| HSL | 8.84º | 0.83% | 0.45% | - |
| HSV(B) | 8.84º | 0.9% | 0.82% | - |
| XYZ | 27.76 | 15.87 | 2.26 | - |
| YUV | 93.25 | 86.67 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 20 | 0 | 0.77 | 0.90 | 0.18 | 8.84 | 0.83 | 0.45 |
| Hex | D2 | 30 | 14 | 0 | 4D | 5A | 12 | 9 | 53 | 2D |
| Octal | 322 | 60 | 24 | 0 | 115 | 132 | 22 | 11 | 123 | 55 |
| Binary | 11010010 | 110000 | 10100 | 0 | 1001101 | 1011010 | 10010 | 1001 | 1010011 | 101101 |
Color Harmonies of #D23014
Complementary color
Monochromatic Colors of #D23014
Black with #D23014
Text Example
Text Example
White with #D23014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23014; }
p { color: rgb(210,48,20); }
H1.HeaderClassName
{
color: #D23014;
}
.AnyTagClassName
{
color: #D23014;
}
</style>
background-color css
<style>
a { background-color: #D23014; }
a { background-color: rgb(210,48,20); }
div.DivClassName
{
background-color: #D23014;
}
.BgClassName
{
background-color: #D23014;
}
</style>
border-color css
<style>
span { border-color: #D23014; }
span { border-color: rgb(210,48,20); }
td.TdClassName
{
border-color: #D23014;
}
.TagClassName
{
border-color: #D23014;
}
</style>