Html Css Color HEX #D3431A Harley Davidson Orange
📋 copy color: '#D3431A'red 211 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #D3431A
Tints of Harley Davidson Orange #D3431A
RGB
CMYK
RGB Variations
Color information
#D3431A (or 0xD3431A) is known color: Harley Davidson Orange. HEX triplet: D3, 43 and 1A. RGB value is (211,67,26). Sum of RGB (Red+Green+Blue) = 211+67+26=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3431A is #2CBCE5. Grayscale: #696969. Windows color (decimal): -2931942 or 1721299. OLE color: 1721299.
HSL color Cylindrical-coordinate representation of color #D3431A: hue angle of 13.3º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D3431A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.17 |
| HSL | 13.3º | 0.78% | 0.46% | - |
| HSV(B) | 13.3º | 0.88% | 0.83% | - |
| XYZ | 29.06 | 17.94 | 2.91 | - |
| YUV | 105.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 26 | 0 | 0.68 | 0.88 | 0.17 | 13.3 | 0.78 | 0.46 |
| Hex | D3 | 43 | 1A | 0 | 44 | 58 | 11 | D | 4E | 2E |
| Octal | 323 | 103 | 32 | 0 | 104 | 130 | 21 | 15 | 116 | 56 |
| Binary | 11010011 | 1000011 | 11010 | 0 | 1000100 | 1011000 | 10001 | 1101 | 1001110 | 101110 |
Color Harmonies of #D3431A
Complementary color
Monochromatic Colors of #D3431A
Black with #D3431A
Text Example
Text Example
White with #D3431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3431A; }
p { color: rgb(211,67,26); }
H1.HeaderClassName
{
color: #D3431A;
}
.AnyTagClassName
{
color: #D3431A;
}
</style>
background-color css
<style>
a { background-color: #D3431A; }
a { background-color: rgb(211,67,26); }
div.DivClassName
{
background-color: #D3431A;
}
.BgClassName
{
background-color: #D3431A;
}
</style>
border-color css
<style>
span { border-color: #D3431A; }
span { border-color: rgb(211,67,26); }
td.TdClassName
{
border-color: #D3431A;
}
.TagClassName
{
border-color: #D3431A;
}
</style>