Html Css Color HEX #D23218 Harley Davidson Orange
📋 copy color: '#D23218'red 210 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #D23218
Tints of Harley Davidson Orange #D23218
RGB
CMYK
RGB Variations
Color information
#D23218 (or 0xD23218) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 18. RGB value is (210,50,24). Sum of RGB (Red+Green+Blue) = 210+50+24=284 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.94% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 210 - color contains mainly: red. Hex color #D23218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23218 is #2DCDE7. Grayscale: #5F5F5F. Windows color (decimal): -3001832 or 1585874. OLE color: 1585874.
HSL color Cylindrical-coordinate representation of color #D23218: hue angle of 8.39º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D23218 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 24 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.18 |
| HSL | 8.39º | 0.79% | 0.46% | - |
| HSV(B) | 8.39º | 0.89% | 0.82% | - |
| XYZ | 27.88 | 16.05 | 2.49 | - |
| YUV | 94.88 | 88.01 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 24 | 0 | 0.76 | 0.89 | 0.18 | 8.39 | 0.79 | 0.46 |
| Hex | D2 | 32 | 18 | 0 | 4C | 59 | 12 | 8 | 4F | 2E |
| Octal | 322 | 62 | 30 | 0 | 114 | 131 | 22 | 10 | 117 | 56 |
| Binary | 11010010 | 110010 | 11000 | 0 | 1001100 | 1011001 | 10010 | 1000 | 1001111 | 101110 |
Color Harmonies of #D23218
Complementary color
Monochromatic Colors of #D23218
Black with #D23218
Text Example
Text Example
White with #D23218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23218; }
p { color: rgb(210,50,24); }
H1.HeaderClassName
{
color: #D23218;
}
.AnyTagClassName
{
color: #D23218;
}
</style>
background-color css
<style>
a { background-color: #D23218; }
a { background-color: rgb(210,50,24); }
div.DivClassName
{
background-color: #D23218;
}
.BgClassName
{
background-color: #D23218;
}
</style>
border-color css
<style>
span { border-color: #D23218; }
span { border-color: rgb(210,50,24); }
td.TdClassName
{
border-color: #D23218;
}
.TagClassName
{
border-color: #D23218;
}
</style>