Html Css Color HEX #D5381A Harley Davidson Orange
📋 copy color: '#D5381A'red 213 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #D5381A
Tints of Harley Davidson Orange #D5381A
RGB
CMYK
RGB Variations
Color information
#D5381A (or 0xD5381A) is known color: Harley Davidson Orange. HEX triplet: D5, 38 and 1A. RGB value is (213,56,26). Sum of RGB (Red+Green+Blue) = 213+56+26=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5381A is #2AC7E5. Grayscale: #636363. Windows color (decimal): -2803686 or 1718485. OLE color: 1718485.
HSL color Cylindrical-coordinate representation of color #D5381A: hue angle of 9.63º 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 #D5381A is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 26 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.16 |
| HSL | 9.63º | 0.78% | 0.47% | - |
| HSV(B) | 9.63º | 0.88% | 0.84% | - |
| XYZ | 29.04 | 17.05 | 2.74 | - |
| YUV | 99.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 26 | 0 | 0.74 | 0.88 | 0.16 | 9.63 | 0.78 | 0.47 |
| Hex | D5 | 38 | 1A | 0 | 4A | 58 | 10 | A | 4E | 2F |
| Octal | 325 | 70 | 32 | 0 | 112 | 130 | 20 | 12 | 116 | 57 |
| Binary | 11010101 | 111000 | 11010 | 0 | 1001010 | 1011000 | 10000 | 1010 | 1001110 | 101111 |
Color Harmonies of #D5381A
Complementary color
Monochromatic Colors of #D5381A
Black with #D5381A
Text Example
Text Example
White with #D5381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5381A; }
p { color: rgb(213,56,26); }
H1.HeaderClassName
{
color: #D5381A;
}
.AnyTagClassName
{
color: #D5381A;
}
</style>
background-color css
<style>
a { background-color: #D5381A; }
a { background-color: rgb(213,56,26); }
div.DivClassName
{
background-color: #D5381A;
}
.BgClassName
{
background-color: #D5381A;
}
</style>
border-color css
<style>
span { border-color: #D5381A; }
span { border-color: rgb(213,56,26); }
td.TdClassName
{
border-color: #D5381A;
}
.TagClassName
{
border-color: #D5381A;
}
</style>