Html Css Color HEX #D23B1A Harley Davidson Orange
📋 copy color: '#D23B1A'red 210 ◦ green 59 ◦ blue 26
Shades of Harley Davidson Orange #D23B1A
Tints of Harley Davidson Orange #D23B1A
RGB
CMYK
RGB Variations
Color information
#D23B1A (or 0xD23B1A) is known color: Harley Davidson Orange. HEX triplet: D2, 3B and 1A. RGB value is (210,59,26). Sum of RGB (Red+Green+Blue) = 210+59+26=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B1A is #2DC4E5. Grayscale: #646464. Windows color (decimal): -2999526 or 1719250. OLE color: 1719250.
HSL color Cylindrical-coordinate representation of color #D23B1A: hue angle of 10.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D23B1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 26 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.18 |
| HSL | 10.76º | 0.78% | 0.46% | - |
| HSV(B) | 10.76º | 0.88% | 0.82% | - |
| XYZ | 28.33 | 16.9 | 2.75 | - |
| YUV | 100.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 26 | 0 | 0.72 | 0.88 | 0.18 | 10.76 | 0.78 | 0.46 |
| Hex | D2 | 3B | 1A | 0 | 48 | 58 | 12 | B | 4E | 2E |
| Octal | 322 | 73 | 32 | 0 | 110 | 130 | 22 | 13 | 116 | 56 |
| Binary | 11010010 | 111011 | 11010 | 0 | 1001000 | 1011000 | 10010 | 1011 | 1001110 | 101110 |
Color Harmonies of #D23B1A
Complementary color
Monochromatic Colors of #D23B1A
Black with #D23B1A
Text Example
Text Example
White with #D23B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B1A; }
p { color: rgb(210,59,26); }
H1.HeaderClassName
{
color: #D23B1A;
}
.AnyTagClassName
{
color: #D23B1A;
}
</style>
background-color css
<style>
a { background-color: #D23B1A; }
a { background-color: rgb(210,59,26); }
div.DivClassName
{
background-color: #D23B1A;
}
.BgClassName
{
background-color: #D23B1A;
}
</style>
border-color css
<style>
span { border-color: #D23B1A; }
span { border-color: rgb(210,59,26); }
td.TdClassName
{
border-color: #D23B1A;
}
.TagClassName
{
border-color: #D23B1A;
}
</style>