Html Css Color HEX #D3451E Harley Davidson Orange
📋 copy color: '#D3451E'red 211 ◦ green 69 ◦ blue 30
Shades of Harley Davidson Orange #D3451E
Tints of Harley Davidson Orange #D3451E
RGB
CMYK
RGB Variations
Color information
#D3451E (or 0xD3451E) is known color: Harley Davidson Orange. HEX triplet: D3, 45 and 1E. RGB value is (211,69,30). Sum of RGB (Red+Green+Blue) = 211+69+30=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3451E is #2CBAE1. Grayscale: #6B6B6B. Windows color (decimal): -2931426 or 1983955. OLE color: 1983955.
HSL color Cylindrical-coordinate representation of color #D3451E: hue angle of 12.93º degrees, saturation: 0.75, 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 #D3451E is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 30 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.17 |
| HSL | 12.93º | 0.75% | 0.47% | - |
| HSV(B) | 12.93º | 0.86% | 0.83% | - |
| XYZ | 29.23 | 18.2 | 3.2 | - |
| YUV | 107.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 30 | 0 | 0.67 | 0.86 | 0.17 | 12.93 | 0.75 | 0.47 |
| Hex | D3 | 45 | 1E | 0 | 43 | 56 | 11 | D | 4B | 2F |
| Octal | 323 | 105 | 36 | 0 | 103 | 126 | 21 | 15 | 113 | 57 |
| Binary | 11010011 | 1000101 | 11110 | 0 | 1000011 | 1010110 | 10001 | 1101 | 1001011 | 101111 |
Color Harmonies of #D3451E
Complementary color
Monochromatic Colors of #D3451E
Black with #D3451E
Text Example
Text Example
White with #D3451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3451E; }
p { color: rgb(211,69,30); }
H1.HeaderClassName
{
color: #D3451E;
}
.AnyTagClassName
{
color: #D3451E;
}
</style>
background-color css
<style>
a { background-color: #D3451E; }
a { background-color: rgb(211,69,30); }
div.DivClassName
{
background-color: #D3451E;
}
.BgClassName
{
background-color: #D3451E;
}
</style>
border-color css
<style>
span { border-color: #D3451E; }
span { border-color: rgb(211,69,30); }
td.TdClassName
{
border-color: #D3451E;
}
.TagClassName
{
border-color: #D3451E;
}
</style>