Html Css Color HEX #D23A0C Harley Davidson Orange
📋 copy color: '#D23A0C'red 210 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #D23A0C
Tints of Harley Davidson Orange #D23A0C
RGB
CMYK
RGB Variations
Color information
#D23A0C (or 0xD23A0C) is known color: Harley Davidson Orange. HEX triplet: D2, 3A and 0C. RGB value is (210,58,12). Sum of RGB (Red+Green+Blue) = 210+58+12=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23A0C is #2DC5F3. Grayscale: #626262. Windows color (decimal): -2999796 or 801490. OLE color: 801490.
HSL color Cylindrical-coordinate representation of color #D23A0C: hue angle of 13.94º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D23A0C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.18 |
| HSL | 13.94º | 0.89% | 0.44% | - |
| HSV(B) | 13.94º | 0.94% | 0.82% | - |
| XYZ | 28.16 | 16.75 | 2.1 | - |
| YUV | 98.2 | 79.36 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 12 | 0 | 0.72 | 0.94 | 0.18 | 13.94 | 0.89 | 0.44 |
| Hex | D2 | 3A | C | 0 | 48 | 5E | 12 | E | 59 | 2C |
| Octal | 322 | 72 | 14 | 0 | 110 | 136 | 22 | 16 | 131 | 54 |
| Binary | 11010010 | 111010 | 1100 | 0 | 1001000 | 1011110 | 10010 | 1110 | 1011001 | 101100 |
Color Harmonies of #D23A0C
Complementary color
Monochromatic Colors of #D23A0C
Black with #D23A0C
Text Example
Text Example
White with #D23A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A0C; }
p { color: rgb(210,58,12); }
H1.HeaderClassName
{
color: #D23A0C;
}
.AnyTagClassName
{
color: #D23A0C;
}
</style>
background-color css
<style>
a { background-color: #D23A0C; }
a { background-color: rgb(210,58,12); }
div.DivClassName
{
background-color: #D23A0C;
}
.BgClassName
{
background-color: #D23A0C;
}
</style>
border-color css
<style>
span { border-color: #D23A0C; }
span { border-color: rgb(210,58,12); }
td.TdClassName
{
border-color: #D23A0C;
}
.TagClassName
{
border-color: #D23A0C;
}
</style>