Html Css Color HEX #D23A0F Harley Davidson Orange
📋 copy color: '#D23A0F'red 210 ◦ green 58 ◦ blue 15
Shades of Harley Davidson Orange #D23A0F
Tints of Harley Davidson Orange #D23A0F
RGB
CMYK
RGB Variations
Color information
#D23A0F (or 0xD23A0F) is known color: Harley Davidson Orange. HEX triplet: D2, 3A and 0F. RGB value is (210,58,15). Sum of RGB (Red+Green+Blue) = 210+58+15=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23A0F is #2DC5F0. Grayscale: #626262. Windows color (decimal): -2999793 or 998098. OLE color: 998098.
HSL color Cylindrical-coordinate representation of color #D23A0F: hue angle of 13.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D23A0F is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 15 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.18 |
| HSL | 13.23º | 0.87% | 0.44% | - |
| HSV(B) | 13.23º | 0.93% | 0.82% | - |
| XYZ | 28.18 | 16.76 | 2.2 | - |
| YUV | 98.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 15 | 0 | 0.72 | 0.93 | 0.18 | 13.23 | 0.87 | 0.44 |
| Hex | D2 | 3A | F | 0 | 48 | 5D | 12 | D | 57 | 2C |
| Octal | 322 | 72 | 17 | 0 | 110 | 135 | 22 | 15 | 127 | 54 |
| Binary | 11010010 | 111010 | 1111 | 0 | 1001000 | 1011101 | 10010 | 1101 | 1010111 | 101100 |
Color Harmonies of #D23A0F
Complementary color
Monochromatic Colors of #D23A0F
Black with #D23A0F
Text Example
Text Example
White with #D23A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A0F; }
p { color: rgb(210,58,15); }
H1.HeaderClassName
{
color: #D23A0F;
}
.AnyTagClassName
{
color: #D23A0F;
}
</style>
background-color css
<style>
a { background-color: #D23A0F; }
a { background-color: rgb(210,58,15); }
div.DivClassName
{
background-color: #D23A0F;
}
.BgClassName
{
background-color: #D23A0F;
}
</style>
border-color css
<style>
span { border-color: #D23A0F; }
span { border-color: rgb(210,58,15); }
td.TdClassName
{
border-color: #D23A0F;
}
.TagClassName
{
border-color: #D23A0F;
}
</style>