Html Css Color HEX #D3431D Harley Davidson Orange
📋 copy color: '#D3431D'red 211 ◦ green 67 ◦ blue 29
Shades of Harley Davidson Orange #D3431D
Tints of Harley Davidson Orange #D3431D
RGB
CMYK
RGB Variations
Color information
#D3431D (or 0xD3431D) is known color: Harley Davidson Orange. HEX triplet: D3, 43 and 1D. RGB value is (211,67,29). Sum of RGB (Red+Green+Blue) = 211+67+29=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3431D is #2CBCE2. Grayscale: #6A6A6A. Windows color (decimal): -2931939 or 1917907. OLE color: 1917907.
HSL color Cylindrical-coordinate representation of color #D3431D: hue angle of 12.53º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3431D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.17 |
| HSL | 12.53º | 0.76% | 0.47% | - |
| HSV(B) | 12.53º | 0.86% | 0.83% | - |
| XYZ | 29.09 | 17.95 | 3.09 | - |
| YUV | 105.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 29 | 0 | 0.68 | 0.86 | 0.17 | 12.53 | 0.76 | 0.47 |
| Hex | D3 | 43 | 1D | 0 | 44 | 56 | 11 | D | 4C | 2F |
| Octal | 323 | 103 | 35 | 0 | 104 | 126 | 21 | 15 | 114 | 57 |
| Binary | 11010011 | 1000011 | 11101 | 0 | 1000100 | 1010110 | 10001 | 1101 | 1001100 | 101111 |
Color Harmonies of #D3431D
Complementary color
Monochromatic Colors of #D3431D
Black with #D3431D
Text Example
Text Example
White with #D3431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3431D; }
p { color: rgb(211,67,29); }
H1.HeaderClassName
{
color: #D3431D;
}
.AnyTagClassName
{
color: #D3431D;
}
</style>
background-color css
<style>
a { background-color: #D3431D; }
a { background-color: rgb(211,67,29); }
div.DivClassName
{
background-color: #D3431D;
}
.BgClassName
{
background-color: #D3431D;
}
</style>
border-color css
<style>
span { border-color: #D3431D; }
span { border-color: rgb(211,67,29); }
td.TdClassName
{
border-color: #D3431D;
}
.TagClassName
{
border-color: #D3431D;
}
</style>