Html Css Color HEX #D23913 Harley Davidson Orange
📋 copy color: '#D23913'red 210 ◦ green 57 ◦ blue 19
Shades of Harley Davidson Orange #D23913
Tints of Harley Davidson Orange #D23913
RGB
CMYK
RGB Variations
Color information
#D23913 (or 0xD23913) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 13. RGB value is (210,57,19). Sum of RGB (Red+Green+Blue) = 210+57+19=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D23913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23913 is #2DC6EC. Grayscale: #626262. Windows color (decimal): -3000045 or 1259986. OLE color: 1259986.
HSL color Cylindrical-coordinate representation of color #D23913: hue angle of 11.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D23913 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 19 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.18 |
| HSL | 11.94º | 0.83% | 0.45% | - |
| HSV(B) | 11.94º | 0.91% | 0.82% | - |
| XYZ | 28.16 | 16.67 | 2.35 | - |
| YUV | 98.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 19 | 0 | 0.73 | 0.91 | 0.18 | 11.94 | 0.83 | 0.45 |
| Hex | D2 | 39 | 13 | 0 | 49 | 5B | 12 | C | 53 | 2D |
| Octal | 322 | 71 | 23 | 0 | 111 | 133 | 22 | 14 | 123 | 55 |
| Binary | 11010010 | 111001 | 10011 | 0 | 1001001 | 1011011 | 10010 | 1100 | 1010011 | 101101 |
Color Harmonies of #D23913
Complementary color
Monochromatic Colors of #D23913
Black with #D23913
Text Example
Text Example
White with #D23913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23913; }
p { color: rgb(210,57,19); }
H1.HeaderClassName
{
color: #D23913;
}
.AnyTagClassName
{
color: #D23913;
}
</style>
background-color css
<style>
a { background-color: #D23913; }
a { background-color: rgb(210,57,19); }
div.DivClassName
{
background-color: #D23913;
}
.BgClassName
{
background-color: #D23913;
}
</style>
border-color css
<style>
span { border-color: #D23913; }
span { border-color: rgb(210,57,19); }
td.TdClassName
{
border-color: #D23913;
}
.TagClassName
{
border-color: #D23913;
}
</style>