Html Css Color HEX #D5230E Harley Davidson Orange
📋 copy color: '#D5230E'red 213 ◦ green 35 ◦ blue 14
Shades of Harley Davidson Orange #D5230E
Tints of Harley Davidson Orange #D5230E
RGB
CMYK
RGB Variations
Color information
#D5230E (or 0xD5230E) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 0E. RGB value is (213,35,14). Sum of RGB (Red+Green+Blue) = 213+35+14=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5230E is #2ADCF1. Grayscale: #565656. Windows color (decimal): -2809074 or 926677. OLE color: 926677.
HSL color Cylindrical-coordinate representation of color #D5230E: hue angle of 6.33º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5230E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.16 |
| HSL | 6.33º | 0.88% | 0.45% | - |
| HSV(B) | 6.33º | 0.93% | 0.84% | - |
| XYZ | 28.12 | 15.38 | 1.9 | - |
| YUV | 85.83 | 87.47 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 14 | 0 | 0.84 | 0.93 | 0.16 | 6.33 | 0.88 | 0.45 |
| Hex | D5 | 23 | E | 0 | 54 | 5D | 10 | 6 | 58 | 2D |
| Octal | 325 | 43 | 16 | 0 | 124 | 135 | 20 | 6 | 130 | 55 |
| Binary | 11010101 | 100011 | 1110 | 0 | 1010100 | 1011101 | 10000 | 110 | 1011000 | 101101 |
Color Harmonies of #D5230E
Complementary color
Monochromatic Colors of #D5230E
Black with #D5230E
Text Example
Text Example
White with #D5230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5230E; }
p { color: rgb(213,35,14); }
H1.HeaderClassName
{
color: #D5230E;
}
.AnyTagClassName
{
color: #D5230E;
}
</style>
background-color css
<style>
a { background-color: #D5230E; }
a { background-color: rgb(213,35,14); }
div.DivClassName
{
background-color: #D5230E;
}
.BgClassName
{
background-color: #D5230E;
}
</style>
border-color css
<style>
span { border-color: #D5230E; }
span { border-color: rgb(213,35,14); }
td.TdClassName
{
border-color: #D5230E;
}
.TagClassName
{
border-color: #D5230E;
}
</style>