Html Css Color HEX #D54A1B Harley Davidson Orange
📋 copy color: '#D54A1B'red 213 ◦ green 74 ◦ blue 27
Shades of Harley Davidson Orange #D54A1B
Tints of Harley Davidson Orange #D54A1B
RGB
CMYK
RGB Variations
Color information
#D54A1B (or 0xD54A1B) is known color: Harley Davidson Orange. HEX triplet: D5, 4A and 1B. RGB value is (213,74,27). Sum of RGB (Red+Green+Blue) = 213+74+27=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54A1B is #2AB5E4. Grayscale: #6E6E6E. Windows color (decimal): -2799077 or 1788629. OLE color: 1788629.
HSL color Cylindrical-coordinate representation of color #D54A1B: hue angle of 15.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D54A1B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 27 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.16 |
| HSL | 15.16º | 0.78% | 0.47% | - |
| HSV(B) | 15.16º | 0.87% | 0.84% | - |
| XYZ | 30.09 | 19.12 | 3.14 | - |
| YUV | 110.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 27 | 0 | 0.65 | 0.87 | 0.16 | 15.16 | 0.78 | 0.47 |
| Hex | D5 | 4A | 1B | 0 | 41 | 57 | 10 | F | 4E | 2F |
| Octal | 325 | 112 | 33 | 0 | 101 | 127 | 20 | 17 | 116 | 57 |
| Binary | 11010101 | 1001010 | 11011 | 0 | 1000001 | 1010111 | 10000 | 1111 | 1001110 | 101111 |
Color Harmonies of #D54A1B
Complementary color
Monochromatic Colors of #D54A1B
Black with #D54A1B
Text Example
Text Example
White with #D54A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A1B; }
p { color: rgb(213,74,27); }
H1.HeaderClassName
{
color: #D54A1B;
}
.AnyTagClassName
{
color: #D54A1B;
}
</style>
background-color css
<style>
a { background-color: #D54A1B; }
a { background-color: rgb(213,74,27); }
div.DivClassName
{
background-color: #D54A1B;
}
.BgClassName
{
background-color: #D54A1B;
}
</style>
border-color css
<style>
span { border-color: #D54A1B; }
span { border-color: rgb(213,74,27); }
td.TdClassName
{
border-color: #D54A1B;
}
.TagClassName
{
border-color: #D54A1B;
}
</style>