Html Css Color HEX #D23113 Harley Davidson Orange
📋 copy color: '#D23113'red 210 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #D23113
Tints of Harley Davidson Orange #D23113
RGB
CMYK
RGB Variations
Color information
#D23113 (or 0xD23113) is known color: Harley Davidson Orange. HEX triplet: D2, 31 and 13. RGB value is (210,49,19). Sum of RGB (Red+Green+Blue) = 210+49+19=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D23113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23113 is #2DCEEC. Grayscale: #5E5E5E. Windows color (decimal): -3002093 or 1257938. OLE color: 1257938.
HSL color Cylindrical-coordinate representation of color #D23113: hue angle of 9.42º 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 #D23113 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 19 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.18 |
| HSL | 9.42º | 0.83% | 0.45% | - |
| HSV(B) | 9.42º | 0.91% | 0.82% | - |
| XYZ | 27.79 | 15.95 | 2.23 | - |
| YUV | 93.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 19 | 0 | 0.77 | 0.91 | 0.18 | 9.42 | 0.83 | 0.45 |
| Hex | D2 | 31 | 13 | 0 | 4D | 5B | 12 | 9 | 53 | 2D |
| Octal | 322 | 61 | 23 | 0 | 115 | 133 | 22 | 11 | 123 | 55 |
| Binary | 11010010 | 110001 | 10011 | 0 | 1001101 | 1011011 | 10010 | 1001 | 1010011 | 101101 |
Color Harmonies of #D23113
Complementary color
Monochromatic Colors of #D23113
Black with #D23113
Text Example
Text Example
White with #D23113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23113; }
p { color: rgb(210,49,19); }
H1.HeaderClassName
{
color: #D23113;
}
.AnyTagClassName
{
color: #D23113;
}
</style>
background-color css
<style>
a { background-color: #D23113; }
a { background-color: rgb(210,49,19); }
div.DivClassName
{
background-color: #D23113;
}
.BgClassName
{
background-color: #D23113;
}
</style>
border-color css
<style>
span { border-color: #D23113; }
span { border-color: rgb(210,49,19); }
td.TdClassName
{
border-color: #D23113;
}
.TagClassName
{
border-color: #D23113;
}
</style>