Html Css Color HEX #D51A07 Harley Davidson Orange
📋 copy color: '#D51A07'red 213 ◦ green 26 ◦ blue 7
Shades of Harley Davidson Orange #D51A07
Tints of Harley Davidson Orange #D51A07
RGB
CMYK
RGB Variations
Color information
#D51A07 (or 0xD51A07) is known color: Harley Davidson Orange. HEX triplet: D5, 1A and 07. RGB value is (213,26,7). Sum of RGB (Red+Green+Blue) = 213+26+7=246 (32% of max value = 765). Red value is 213 (83.59% from 255 or 86.59% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51A07 is #2AE5F8. Grayscale: #505050. Windows color (decimal): -2811385 or 465621. OLE color: 465621.
HSL color Cylindrical-coordinate representation of color #D51A07: hue angle of 5.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D51A07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.16 |
| HSL | 5.53º | 0.94% | 0.43% | - |
| HSV(B) | 5.53º | 0.97% | 0.84% | - |
| XYZ | 27.85 | 14.9 | 1.61 | - |
| YUV | 79.75 | 86.95 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 7 | 0 | 0.88 | 0.97 | 0.16 | 5.53 | 0.94 | 0.43 |
| Hex | D5 | 1A | 7 | 0 | 58 | 61 | 10 | 6 | 5E | 2B |
| Octal | 325 | 32 | 7 | 0 | 130 | 141 | 20 | 6 | 136 | 53 |
| Binary | 11010101 | 11010 | 111 | 0 | 1011000 | 1100001 | 10000 | 110 | 1011110 | 101011 |
Color Harmonies of #D51A07
Complementary color
Monochromatic Colors of #D51A07
Black with #D51A07
Text Example
Text Example
White with #D51A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A07; }
p { color: rgb(213,26,7); }
H1.HeaderClassName
{
color: #D51A07;
}
.AnyTagClassName
{
color: #D51A07;
}
</style>
background-color css
<style>
a { background-color: #D51A07; }
a { background-color: rgb(213,26,7); }
div.DivClassName
{
background-color: #D51A07;
}
.BgClassName
{
background-color: #D51A07;
}
</style>
border-color css
<style>
span { border-color: #D51A07; }
span { border-color: rgb(213,26,7); }
td.TdClassName
{
border-color: #D51A07;
}
.TagClassName
{
border-color: #D51A07;
}
</style>