Html Css Color HEX #D23F10 Harley Davidson Orange
📋 copy color: '#D23F10'red 210 ◦ green 63 ◦ blue 16
Shades of Harley Davidson Orange #D23F10
Tints of Harley Davidson Orange #D23F10
RGB
CMYK
RGB Variations
Color information
#D23F10 (or 0xD23F10) is known color: Harley Davidson Orange. HEX triplet: D2, 3F and 10. RGB value is (210,63,16). Sum of RGB (Red+Green+Blue) = 210+63+16=289 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.66% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23F10 is #2DC0EF. Grayscale: #656565. Windows color (decimal): -2998512 or 1064914. OLE color: 1064914.
HSL color Cylindrical-coordinate representation of color #D23F10: hue angle of 14.54º 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 #D23F10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.18 |
| HSL | 14.54º | 0.86% | 0.44% | - |
| HSV(B) | 14.54º | 0.92% | 0.82% | - |
| XYZ | 28.45 | 17.29 | 2.33 | - |
| YUV | 101.6 | 79.7 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 16 | 0 | 0.70 | 0.92 | 0.18 | 14.54 | 0.86 | 0.44 |
| Hex | D2 | 3F | 10 | 0 | 46 | 5C | 12 | F | 56 | 2C |
| Octal | 322 | 77 | 20 | 0 | 106 | 134 | 22 | 17 | 126 | 54 |
| Binary | 11010010 | 111111 | 10000 | 0 | 1000110 | 1011100 | 10010 | 1111 | 1010110 | 101100 |
Color Harmonies of #D23F10
Complementary color
Monochromatic Colors of #D23F10
Black with #D23F10
Text Example
Text Example
White with #D23F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F10; }
p { color: rgb(210,63,16); }
H1.HeaderClassName
{
color: #D23F10;
}
.AnyTagClassName
{
color: #D23F10;
}
</style>
background-color css
<style>
a { background-color: #D23F10; }
a { background-color: rgb(210,63,16); }
div.DivClassName
{
background-color: #D23F10;
}
.BgClassName
{
background-color: #D23F10;
}
</style>
border-color css
<style>
span { border-color: #D23F10; }
span { border-color: rgb(210,63,16); }
td.TdClassName
{
border-color: #D23F10;
}
.TagClassName
{
border-color: #D23F10;
}
</style>