Html Css Color HEX #D23013 Harley Davidson Orange
📋 copy color: '#D23013'red 210 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #D23013
Tints of Harley Davidson Orange #D23013
RGB
CMYK
RGB Variations
Color information
#D23013 (or 0xD23013) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 13. RGB value is (210,48,19). Sum of RGB (Red+Green+Blue) = 210+48+19=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D23013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23013 is #2DCFEC. Grayscale: #5D5D5D. Windows color (decimal): -3002349 or 1257682. OLE color: 1257682.
HSL color Cylindrical-coordinate representation of color #D23013: hue angle of 9.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D23013 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.18 |
| HSL | 9.11º | 0.83% | 0.45% | - |
| HSV(B) | 9.11º | 0.91% | 0.82% | - |
| XYZ | 27.75 | 15.86 | 2.22 | - |
| YUV | 93.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 19 | 0 | 0.77 | 0.91 | 0.18 | 9.11 | 0.83 | 0.45 |
| Hex | D2 | 30 | 13 | 0 | 4D | 5B | 12 | 9 | 53 | 2D |
| Octal | 322 | 60 | 23 | 0 | 115 | 133 | 22 | 11 | 123 | 55 |
| Binary | 11010010 | 110000 | 10011 | 0 | 1001101 | 1011011 | 10010 | 1001 | 1010011 | 101101 |
Color Harmonies of #D23013
Complementary color
Monochromatic Colors of #D23013
Black with #D23013
Text Example
Text Example
White with #D23013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23013; }
p { color: rgb(210,48,19); }
H1.HeaderClassName
{
color: #D23013;
}
.AnyTagClassName
{
color: #D23013;
}
</style>
background-color css
<style>
a { background-color: #D23013; }
a { background-color: rgb(210,48,19); }
div.DivClassName
{
background-color: #D23013;
}
.BgClassName
{
background-color: #D23013;
}
</style>
border-color css
<style>
span { border-color: #D23013; }
span { border-color: rgb(210,48,19); }
td.TdClassName
{
border-color: #D23013;
}
.TagClassName
{
border-color: #D23013;
}
</style>