Html Css Color HEX #D53A0C Harley Davidson Orange
📋 copy color: '#D53A0C'red 213 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #D53A0C
Tints of Harley Davidson Orange #D53A0C
RGB
CMYK
RGB Variations
Color information
#D53A0C (or 0xD53A0C) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 0C. RGB value is (213,58,12). Sum of RGB (Red+Green+Blue) = 213+58+12=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A0C is #2AC5F3. Grayscale: #636363. Windows color (decimal): -2803188 or 801493. OLE color: 801493.
HSL color Cylindrical-coordinate representation of color #D53A0C: hue angle of 13.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D53A0C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.16 |
| HSL | 13.73º | 0.89% | 0.44% | - |
| HSV(B) | 13.73º | 0.94% | 0.84% | - |
| XYZ | 29.02 | 17.2 | 2.14 | - |
| YUV | 99.1 | 78.85 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 12 | 0 | 0.73 | 0.94 | 0.16 | 13.73 | 0.89 | 0.44 |
| Hex | D5 | 3A | C | 0 | 49 | 5E | 10 | E | 59 | 2C |
| Octal | 325 | 72 | 14 | 0 | 111 | 136 | 20 | 16 | 131 | 54 |
| Binary | 11010101 | 111010 | 1100 | 0 | 1001001 | 1011110 | 10000 | 1110 | 1011001 | 101100 |
Color Harmonies of #D53A0C
Complementary color
Monochromatic Colors of #D53A0C
Black with #D53A0C
Text Example
Text Example
White with #D53A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A0C; }
p { color: rgb(213,58,12); }
H1.HeaderClassName
{
color: #D53A0C;
}
.AnyTagClassName
{
color: #D53A0C;
}
</style>
background-color css
<style>
a { background-color: #D53A0C; }
a { background-color: rgb(213,58,12); }
div.DivClassName
{
background-color: #D53A0C;
}
.BgClassName
{
background-color: #D53A0C;
}
</style>
border-color css
<style>
span { border-color: #D53A0C; }
span { border-color: rgb(213,58,12); }
td.TdClassName
{
border-color: #D53A0C;
}
.TagClassName
{
border-color: #D53A0C;
}
</style>