Html Css Color HEX #D23B1B Harley Davidson Orange
📋 copy color: '#D23B1B'red 210 ◦ green 59 ◦ blue 27
Shades of Harley Davidson Orange #D23B1B
Tints of Harley Davidson Orange #D23B1B
RGB
CMYK
RGB Variations
Color information
#D23B1B (or 0xD23B1B) is known color: Harley Davidson Orange. HEX triplet: D2, 3B and 1B. RGB value is (210,59,27). Sum of RGB (Red+Green+Blue) = 210+59+27=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B1B is #2DC4E4. Grayscale: #646464. Windows color (decimal): -2999525 or 1784786. OLE color: 1784786.
HSL color Cylindrical-coordinate representation of color #D23B1B: hue angle of 10.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D23B1B is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 27 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.18 |
| HSL | 10.49º | 0.77% | 0.46% | - |
| HSV(B) | 10.49º | 0.87% | 0.82% | - |
| XYZ | 28.34 | 16.91 | 2.81 | - |
| YUV | 100.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 27 | 0 | 0.72 | 0.87 | 0.18 | 10.49 | 0.77 | 0.46 |
| Hex | D2 | 3B | 1B | 0 | 48 | 57 | 12 | A | 4D | 2E |
| Octal | 322 | 73 | 33 | 0 | 110 | 127 | 22 | 12 | 115 | 56 |
| Binary | 11010010 | 111011 | 11011 | 0 | 1001000 | 1010111 | 10010 | 1010 | 1001101 | 101110 |
Color Harmonies of #D23B1B
Complementary color
Monochromatic Colors of #D23B1B
Black with #D23B1B
Text Example
Text Example
White with #D23B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B1B; }
p { color: rgb(210,59,27); }
H1.HeaderClassName
{
color: #D23B1B;
}
.AnyTagClassName
{
color: #D23B1B;
}
</style>
background-color css
<style>
a { background-color: #D23B1B; }
a { background-color: rgb(210,59,27); }
div.DivClassName
{
background-color: #D23B1B;
}
.BgClassName
{
background-color: #D23B1B;
}
</style>
border-color css
<style>
span { border-color: #D23B1B; }
span { border-color: rgb(210,59,27); }
td.TdClassName
{
border-color: #D23B1B;
}
.TagClassName
{
border-color: #D23B1B;
}
</style>