Html Css Color HEX #D4231A Harley Davidson Orange
📋 copy color: '#D4231A'red 212 ◦ green 35 ◦ blue 26
Shades of Harley Davidson Orange #D4231A
Tints of Harley Davidson Orange #D4231A
RGB
CMYK
RGB Variations
Color information
#D4231A (or 0xD4231A) is known color: Harley Davidson Orange. HEX triplet: D4, 23 and 1A. RGB value is (212,35,26). Sum of RGB (Red+Green+Blue) = 212+35+26=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4231A is #2BDCE5. Grayscale: #575757. Windows color (decimal): -2874598 or 1713108. OLE color: 1713108.
HSL color Cylindrical-coordinate representation of color #D4231A: hue angle of 2.9º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4231A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.17 |
| HSL | 2.9º | 0.78% | 0.47% | - |
| HSV(B) | 2.9º | 0.88% | 0.83% | - |
| XYZ | 27.94 | 15.27 | 2.45 | - |
| YUV | 86.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 26 | 0 | 0.83 | 0.88 | 0.17 | 2.9 | 0.78 | 0.47 |
| Hex | D4 | 23 | 1A | 0 | 53 | 58 | 11 | 3 | 4E | 2F |
| Octal | 324 | 43 | 32 | 0 | 123 | 130 | 21 | 3 | 116 | 57 |
| Binary | 11010100 | 100011 | 11010 | 0 | 1010011 | 1011000 | 10001 | 11 | 1001110 | 101111 |
Color Harmonies of #D4231A
Complementary color
Monochromatic Colors of #D4231A
Black with #D4231A
Text Example
Text Example
White with #D4231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4231A; }
p { color: rgb(212,35,26); }
H1.HeaderClassName
{
color: #D4231A;
}
.AnyTagClassName
{
color: #D4231A;
}
</style>
background-color css
<style>
a { background-color: #D4231A; }
a { background-color: rgb(212,35,26); }
div.DivClassName
{
background-color: #D4231A;
}
.BgClassName
{
background-color: #D4231A;
}
</style>
border-color css
<style>
span { border-color: #D4231A; }
span { border-color: rgb(212,35,26); }
td.TdClassName
{
border-color: #D4231A;
}
.TagClassName
{
border-color: #D4231A;
}
</style>