Html Css Color HEX #D53A0A Harley Davidson Orange
📋 copy color: '#D53A0A'red 213 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #D53A0A
Tints of Harley Davidson Orange #D53A0A
RGB
CMYK
RGB Variations
Color information
#D53A0A (or 0xD53A0A) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 0A. RGB value is (213,58,10). Sum of RGB (Red+Green+Blue) = 213+58+10=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A0A is #2AC5F5. Grayscale: #636363. Windows color (decimal): -2803190 or 670421. OLE color: 670421.
HSL color Cylindrical-coordinate representation of color #D53A0A: hue angle of 14.19º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D53A0A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.16 |
| HSL | 14.19º | 0.91% | 0.44% | - |
| HSV(B) | 14.19º | 0.95% | 0.84% | - |
| XYZ | 29.01 | 17.19 | 2.08 | - |
| YUV | 98.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 10 | 0 | 0.73 | 0.95 | 0.16 | 14.19 | 0.91 | 0.44 |
| Hex | D5 | 3A | A | 0 | 49 | 5F | 10 | E | 5B | 2C |
| Octal | 325 | 72 | 12 | 0 | 111 | 137 | 20 | 16 | 133 | 54 |
| Binary | 11010101 | 111010 | 1010 | 0 | 1001001 | 1011111 | 10000 | 1110 | 1011011 | 101100 |
Color Harmonies of #D53A0A
Complementary color
Monochromatic Colors of #D53A0A
Black with #D53A0A
Text Example
Text Example
White with #D53A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A0A; }
p { color: rgb(213,58,10); }
H1.HeaderClassName
{
color: #D53A0A;
}
.AnyTagClassName
{
color: #D53A0A;
}
</style>
background-color css
<style>
a { background-color: #D53A0A; }
a { background-color: rgb(213,58,10); }
div.DivClassName
{
background-color: #D53A0A;
}
.BgClassName
{
background-color: #D53A0A;
}
</style>
border-color css
<style>
span { border-color: #D53A0A; }
span { border-color: rgb(213,58,10); }
td.TdClassName
{
border-color: #D53A0A;
}
.TagClassName
{
border-color: #D53A0A;
}
</style>