Html Css Color HEX #D23910 Harley Davidson Orange
📋 copy color: '#D23910'red 210 ◦ green 57 ◦ blue 16
Shades of Harley Davidson Orange #D23910
Tints of Harley Davidson Orange #D23910
RGB
CMYK
RGB Variations
Color information
#D23910 (or 0xD23910) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 10. RGB value is (210,57,16). Sum of RGB (Red+Green+Blue) = 210+57+16=283 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.20% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 210 - color contains mainly: red. Hex color #D23910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23910 is #2DC6EF. Grayscale: #626262. Windows color (decimal): -3000048 or 1063378. OLE color: 1063378.
HSL color Cylindrical-coordinate representation of color #D23910: hue angle of 12.68º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D23910 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.18 |
| HSL | 12.68º | 0.86% | 0.44% | - |
| HSV(B) | 12.68º | 0.92% | 0.82% | - |
| XYZ | 28.14 | 16.67 | 2.22 | - |
| YUV | 98.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 16 | 0 | 0.73 | 0.92 | 0.18 | 12.68 | 0.86 | 0.44 |
| Hex | D2 | 39 | 10 | 0 | 49 | 5C | 12 | D | 56 | 2C |
| Octal | 322 | 71 | 20 | 0 | 111 | 134 | 22 | 15 | 126 | 54 |
| Binary | 11010010 | 111001 | 10000 | 0 | 1001001 | 1011100 | 10010 | 1101 | 1010110 | 101100 |
Color Harmonies of #D23910
Complementary color
Monochromatic Colors of #D23910
Black with #D23910
Text Example
Text Example
White with #D23910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23910; }
p { color: rgb(210,57,16); }
H1.HeaderClassName
{
color: #D23910;
}
.AnyTagClassName
{
color: #D23910;
}
</style>
background-color css
<style>
a { background-color: #D23910; }
a { background-color: rgb(210,57,16); }
div.DivClassName
{
background-color: #D23910;
}
.BgClassName
{
background-color: #D23910;
}
</style>
border-color css
<style>
span { border-color: #D23910; }
span { border-color: rgb(210,57,16); }
td.TdClassName
{
border-color: #D23910;
}
.TagClassName
{
border-color: #D23910;
}
</style>