Html Css Color HEX #D23101 Harley Davidson Orange
📋 copy color: '#D23101'red 210 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #D23101
Tints of Harley Davidson Orange #D23101
RGB
CMYK
RGB Variations
Color information
#D23101 (or 0xD23101) is known color: Harley Davidson Orange. HEX triplet: D2, 31 and 01. RGB value is (210,49,1). Sum of RGB (Red+Green+Blue) = 210+49+1=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D23101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23101 is #2DCEFE. Grayscale: #5C5C5C. Windows color (decimal): -3002111 or 78290. OLE color: 78290.
HSL color Cylindrical-coordinate representation of color #D23101: hue angle of 13.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D23101 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.18 |
| HSL | 13.78º | 0.99% | 0.41% | - |
| HSV(B) | 13.78º | 1% | 0.82% | - |
| XYZ | 27.68 | 15.9 | 1.64 | - |
| YUV | 91.67 | 76.84 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 1 | 0 | 0.77 | 1.00 | 0.18 | 13.78 | 0.99 | 0.41 |
| Hex | D2 | 31 | 1 | 0 | 4D | 64 | 12 | E | 63 | 29 |
| Octal | 322 | 61 | 1 | 0 | 115 | 144 | 22 | 16 | 143 | 51 |
| Binary | 11010010 | 110001 | 1 | 0 | 1001101 | 1100100 | 10010 | 1110 | 1100011 | 101001 |
Color Harmonies of #D23101
Complementary color
Monochromatic Colors of #D23101
Black with #D23101
Text Example
Text Example
White with #D23101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23101; }
p { color: rgb(210,49,1); }
H1.HeaderClassName
{
color: #D23101;
}
.AnyTagClassName
{
color: #D23101;
}
</style>
background-color css
<style>
a { background-color: #D23101; }
a { background-color: rgb(210,49,1); }
div.DivClassName
{
background-color: #D23101;
}
.BgClassName
{
background-color: #D23101;
}
</style>
border-color css
<style>
span { border-color: #D23101; }
span { border-color: rgb(210,49,1); }
td.TdClassName
{
border-color: #D23101;
}
.TagClassName
{
border-color: #D23101;
}
</style>