Html Css Color HEX #D23512 Harley Davidson Orange
📋 copy color: '#D23512'red 210 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D23512
Tints of Harley Davidson Orange #D23512
RGB
CMYK
RGB Variations
Color information
#D23512 (or 0xD23512) is known color: Harley Davidson Orange. HEX triplet: D2, 35 and 12. RGB value is (210,53,18). Sum of RGB (Red+Green+Blue) = 210+53+18=281 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.73% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 210 - color contains mainly: red. Hex color #D23512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23512 is #2DCAED. Grayscale: #606060. Windows color (decimal): -3001070 or 1193426. OLE color: 1193426.
HSL color Cylindrical-coordinate representation of color #D23512: hue angle of 10.94º degrees, saturation: 0.84, 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 #D23512 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.18 |
| HSL | 10.94º | 0.84% | 0.45% | - |
| HSV(B) | 10.94º | 0.91% | 0.82% | - |
| XYZ | 27.96 | 16.29 | 2.24 | - |
| YUV | 95.95 | 84.01 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 18 | 0 | 0.75 | 0.91 | 0.18 | 10.94 | 0.84 | 0.45 |
| Hex | D2 | 35 | 12 | 0 | 4B | 5B | 12 | B | 54 | 2D |
| Octal | 322 | 65 | 22 | 0 | 113 | 133 | 22 | 13 | 124 | 55 |
| Binary | 11010010 | 110101 | 10010 | 0 | 1001011 | 1011011 | 10010 | 1011 | 1010100 | 101101 |
Color Harmonies of #D23512
Complementary color
Monochromatic Colors of #D23512
Black with #D23512
Text Example
Text Example
White with #D23512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23512; }
p { color: rgb(210,53,18); }
H1.HeaderClassName
{
color: #D23512;
}
.AnyTagClassName
{
color: #D23512;
}
</style>
background-color css
<style>
a { background-color: #D23512; }
a { background-color: rgb(210,53,18); }
div.DivClassName
{
background-color: #D23512;
}
.BgClassName
{
background-color: #D23512;
}
</style>
border-color css
<style>
span { border-color: #D23512; }
span { border-color: rgb(210,53,18); }
td.TdClassName
{
border-color: #D23512;
}
.TagClassName
{
border-color: #D23512;
}
</style>