Html Css Color HEX #D54A1A Harley Davidson Orange
📋 copy color: '#D54A1A'red 213 ◦ green 74 ◦ blue 26
Shades of Harley Davidson Orange #D54A1A
Tints of Harley Davidson Orange #D54A1A
RGB
CMYK
RGB Variations
Color information
#D54A1A (or 0xD54A1A) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 1A. RGB value is (213,74,26). Sum of RGB (Red+Green+Blue) = 213+74+26=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A1A is #2AB5E5. Grayscale: #6E6E6E. Windows color (decimal): -2799078 or 1723093. OLE color: 1723093.
HSL color Cylindrical-coordinate representation of color #D54A1A: hue angle of 15.4º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D54A1A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 26 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.16 |
| HSL | 15.4º | 0.78% | 0.47% | - |
| HSV(B) | 15.4º | 0.88% | 0.84% | - |
| XYZ | 30.08 | 19.12 | 3.08 | - |
| YUV | 110.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 26 | 0 | 0.65 | 0.88 | 0.16 | 15.4 | 0.78 | 0.47 |
| Hex | D5 | 4A | 1A | 0 | 41 | 58 | 10 | F | 4E | 2F |
| Octal | 325 | 112 | 32 | 0 | 101 | 130 | 20 | 17 | 116 | 57 |
| Binary | 11010101 | 1001010 | 11010 | 0 | 1000001 | 1011000 | 10000 | 1111 | 1001110 | 101111 |
Color Harmonies of #D54A1A
Complementary color
Monochromatic Colors of #D54A1A
Black with #D54A1A
Text Example
Text Example
White with #D54A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A1A; }
p { color: rgb(213,74,26); }
H1.HeaderClassName
{
color: #D54A1A;
}
.AnyTagClassName
{
color: #D54A1A;
}
</style>
background-color css
<style>
a { background-color: #D54A1A; }
a { background-color: rgb(213,74,26); }
div.DivClassName
{
background-color: #D54A1A;
}
.BgClassName
{
background-color: #D54A1A;
}
</style>
border-color css
<style>
span { border-color: #D54A1A; }
span { border-color: rgb(213,74,26); }
td.TdClassName
{
border-color: #D54A1A;
}
.TagClassName
{
border-color: #D54A1A;
}
</style>