Html Css Color HEX #D32F00 Harley Davidson Orange
📋 copy color: '#D32F00'red 211 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #D32F00
Tints of Harley Davidson Orange #D32F00
RGB
CMYK
RGB Variations
Color information
#D32F00 (or 0xD32F00) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 00. RGB value is (211,47,0). Sum of RGB (Red+Green+Blue) = 211+47+0=258 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.78% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32F00 is #2CD0FF. Grayscale: #5B5B5B. Windows color (decimal): -2937088 or 12243. OLE color: 12243.
HSL color Cylindrical-coordinate representation of color #D32F00: hue angle of 13.36º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D32F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.17 |
| HSL | 13.36º | 1% | 0.41% | - |
| HSV(B) | 13.36º | 1% | 0.83% | - |
| XYZ | 27.88 | 15.88 | 1.6 | - |
| YUV | 90.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 0 | 0 | 0.78 | 1 | 0.17 | 13.36 | 1 | 0.41 |
| Hex | D3 | 2F | 0 | 0 | 4E | 64 | 11 | D | 64 | 29 |
| Octal | 323 | 57 | 0 | 0 | 116 | 144 | 21 | 15 | 144 | 51 |
| Binary | 11010011 | 101111 | 0 | 0 | 1001110 | 1100100 | 10001 | 1101 | 1100100 | 101001 |
Color Harmonies of #D32F00
Complementary color
Monochromatic Colors of #D32F00
Black with #D32F00
Text Example
Text Example
White with #D32F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F00; }
p { color: rgb(211,47,0); }
H1.HeaderClassName
{
color: #D32F00;
}
.AnyTagClassName
{
color: #D32F00;
}
</style>
background-color css
<style>
a { background-color: #D32F00; }
a { background-color: rgb(211,47,0); }
div.DivClassName
{
background-color: #D32F00;
}
.BgClassName
{
background-color: #D32F00;
}
</style>
border-color css
<style>
span { border-color: #D32F00; }
span { border-color: rgb(211,47,0); }
td.TdClassName
{
border-color: #D32F00;
}
.TagClassName
{
border-color: #D32F00;
}
</style>