Html Css Color HEX #D53912 Harley Davidson Orange
📋 copy color: '#D53912'red 213 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #D53912
Tints of Harley Davidson Orange #D53912
RGB
CMYK
RGB Variations
Color information
#D53912 (or 0xD53912) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 12. RGB value is (213,57,18). Sum of RGB (Red+Green+Blue) = 213+57+18=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D53912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53912 is #2AC6ED. Grayscale: #636363. Windows color (decimal): -2803438 or 1194453. OLE color: 1194453.
HSL color Cylindrical-coordinate representation of color #D53912: hue angle of 12º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D53912 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.16 |
| HSL | 12º | 0.84% | 0.45% | - |
| HSV(B) | 12º | 0.92% | 0.84% | - |
| XYZ | 29.01 | 17.12 | 2.35 | - |
| YUV | 99.2 | 82.18 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 18 | 0 | 0.73 | 0.92 | 0.16 | 12 | 0.84 | 0.45 |
| Hex | D5 | 39 | 12 | 0 | 49 | 5C | 10 | C | 54 | 2D |
| Octal | 325 | 71 | 22 | 0 | 111 | 134 | 20 | 14 | 124 | 55 |
| Binary | 11010101 | 111001 | 10010 | 0 | 1001001 | 1011100 | 10000 | 1100 | 1010100 | 101101 |
Color Harmonies of #D53912
Complementary color
Monochromatic Colors of #D53912
Black with #D53912
Text Example
Text Example
White with #D53912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53912; }
p { color: rgb(213,57,18); }
H1.HeaderClassName
{
color: #D53912;
}
.AnyTagClassName
{
color: #D53912;
}
</style>
background-color css
<style>
a { background-color: #D53912; }
a { background-color: rgb(213,57,18); }
div.DivClassName
{
background-color: #D53912;
}
.BgClassName
{
background-color: #D53912;
}
</style>
border-color css
<style>
span { border-color: #D53912; }
span { border-color: rgb(213,57,18); }
td.TdClassName
{
border-color: #D53912;
}
.TagClassName
{
border-color: #D53912;
}
</style>