Html Css Color HEX #D23F1D Harley Davidson Orange
📋 copy color: '#D23F1D'red 210 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #D23F1D
Tints of Harley Davidson Orange #D23F1D
RGB
CMYK
RGB Variations
Color information
#D23F1D (or 0xD23F1D) is known color: Harley Davidson Orange. HEX triplet: D2, 3F and 1D. RGB value is (210,63,29). Sum of RGB (Red+Green+Blue) = 210+63+29=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F1D is #2DC0E2. Grayscale: #676767. Windows color (decimal): -2998499 or 1916882. OLE color: 1916882.
HSL color Cylindrical-coordinate representation of color #D23F1D: hue angle of 11.27º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D23F1D is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 29 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.18 |
| HSL | 11.27º | 0.76% | 0.47% | - |
| HSV(B) | 11.27º | 0.86% | 0.82% | - |
| XYZ | 28.58 | 17.35 | 3 | - |
| YUV | 103.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 29 | 0 | 0.70 | 0.86 | 0.18 | 11.27 | 0.76 | 0.47 |
| Hex | D2 | 3F | 1D | 0 | 46 | 56 | 12 | B | 4C | 2F |
| Octal | 322 | 77 | 35 | 0 | 106 | 126 | 22 | 13 | 114 | 57 |
| Binary | 11010010 | 111111 | 11101 | 0 | 1000110 | 1010110 | 10010 | 1011 | 1001100 | 101111 |
Color Harmonies of #D23F1D
Complementary color
Monochromatic Colors of #D23F1D
Black with #D23F1D
Text Example
Text Example
White with #D23F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F1D; }
p { color: rgb(210,63,29); }
H1.HeaderClassName
{
color: #D23F1D;
}
.AnyTagClassName
{
color: #D23F1D;
}
</style>
background-color css
<style>
a { background-color: #D23F1D; }
a { background-color: rgb(210,63,29); }
div.DivClassName
{
background-color: #D23F1D;
}
.BgClassName
{
background-color: #D23F1D;
}
</style>
border-color css
<style>
span { border-color: #D23F1D; }
span { border-color: rgb(210,63,29); }
td.TdClassName
{
border-color: #D23F1D;
}
.TagClassName
{
border-color: #D23F1D;
}
</style>