Html Css Color HEX #D4190A Harley Davidson Orange
📋 copy color: '#D4190A'red 212 ◦ green 25 ◦ blue 10
Shades of Harley Davidson Orange #D4190A
Tints of Harley Davidson Orange #D4190A
RGB
CMYK
RGB Variations
Color information
#D4190A (or 0xD4190A) is known color: Harley Davidson Orange. HEX triplet: D4, 19 and 0A. RGB value is (212,25,10). Sum of RGB (Red+Green+Blue) = 212+25+10=247 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.83% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 212 - color contains mainly: red. Hex color #D4190A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4190A is #2BE6F5. Grayscale: #4F4F4F. Windows color (decimal): -2877174 or 661972. OLE color: 661972.
HSL color Cylindrical-coordinate representation of color #D4190A: hue angle of 4.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4190A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.17 |
| HSL | 4.46º | 0.91% | 0.44% | - |
| HSV(B) | 4.46º | 0.95% | 0.83% | - |
| XYZ | 27.55 | 14.71 | 1.68 | - |
| YUV | 79.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 10 | 0 | 0.88 | 0.95 | 0.17 | 4.46 | 0.91 | 0.44 |
| Hex | D4 | 19 | A | 0 | 58 | 5F | 11 | 4 | 5B | 2C |
| Octal | 324 | 31 | 12 | 0 | 130 | 137 | 21 | 4 | 133 | 54 |
| Binary | 11010100 | 11001 | 1010 | 0 | 1011000 | 1011111 | 10001 | 100 | 1011011 | 101100 |
Color Harmonies of #D4190A
Complementary color
Monochromatic Colors of #D4190A
Black with #D4190A
Text Example
Text Example
White with #D4190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4190A; }
p { color: rgb(212,25,10); }
H1.HeaderClassName
{
color: #D4190A;
}
.AnyTagClassName
{
color: #D4190A;
}
</style>
background-color css
<style>
a { background-color: #D4190A; }
a { background-color: rgb(212,25,10); }
div.DivClassName
{
background-color: #D4190A;
}
.BgClassName
{
background-color: #D4190A;
}
</style>
border-color css
<style>
span { border-color: #D4190A; }
span { border-color: rgb(212,25,10); }
td.TdClassName
{
border-color: #D4190A;
}
.TagClassName
{
border-color: #D4190A;
}
</style>