Html Css Color HEX #D41905 Harley Davidson Orange
📋 copy color: '#D41905'red 212 ◦ green 25 ◦ blue 5
Shades of Harley Davidson Orange #D41905
Tints of Harley Davidson Orange #D41905
RGB
CMYK
RGB Variations
Color information
#D41905 (or 0xD41905) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 05. RGB value is (212,25,5). Sum of RGB (Red+Green+Blue) = 212+25+5=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D41905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41905 is #2BE6FA. Grayscale: #4E4E4E. Windows color (decimal): -2877179 or 334292. OLE color: 334292.
HSL color Cylindrical-coordinate representation of color #D41905: hue angle of 5.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D41905 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 5 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.17 |
| HSL | 5.8º | 0.95% | 0.43% | - |
| HSV(B) | 5.8º | 0.98% | 0.83% | - |
| XYZ | 27.53 | 14.7 | 1.53 | - |
| YUV | 78.63 | 86.45 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 5 | 0 | 0.88 | 0.98 | 0.17 | 5.8 | 0.95 | 0.43 |
| Hex | D4 | 19 | 5 | 0 | 58 | 62 | 11 | 6 | 5F | 2B |
| Octal | 324 | 31 | 5 | 0 | 130 | 142 | 21 | 6 | 137 | 53 |
| Binary | 11010100 | 11001 | 101 | 0 | 1011000 | 1100010 | 10001 | 110 | 1011111 | 101011 |
Color Harmonies of #D41905
Complementary color
Monochromatic Colors of #D41905
Black with #D41905
Text Example
Text Example
White with #D41905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41905; }
p { color: rgb(212,25,5); }
H1.HeaderClassName
{
color: #D41905;
}
.AnyTagClassName
{
color: #D41905;
}
</style>
background-color css
<style>
a { background-color: #D41905; }
a { background-color: rgb(212,25,5); }
div.DivClassName
{
background-color: #D41905;
}
.BgClassName
{
background-color: #D41905;
}
</style>
border-color css
<style>
span { border-color: #D41905; }
span { border-color: rgb(212,25,5); }
td.TdClassName
{
border-color: #D41905;
}
.TagClassName
{
border-color: #D41905;
}
</style>