Html Css Color HEX #D32F09 Harley Davidson Orange
📋 copy color: '#D32F09'red 211 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #D32F09
Tints of Harley Davidson Orange #D32F09
RGB
CMYK
RGB Variations
Color information
#D32F09 (or 0xD32F09) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 09. RGB value is (211,47,9). Sum of RGB (Red+Green+Blue) = 211+47+9=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32F09 is #2CD0F6. Grayscale: #5C5C5C. Windows color (decimal): -2937079 or 602067. OLE color: 602067.
HSL color Cylindrical-coordinate representation of color #D32F09: hue angle of 11.29º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D32F09 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.17 |
| HSL | 11.29º | 0.92% | 0.43% | - |
| HSV(B) | 11.29º | 0.96% | 0.83% | - |
| XYZ | 27.93 | 15.9 | 1.86 | - |
| YUV | 91.7 | 81.33 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 9 | 0 | 0.78 | 0.96 | 0.17 | 11.29 | 0.92 | 0.43 |
| Hex | D3 | 2F | 9 | 0 | 4E | 60 | 11 | B | 5C | 2B |
| Octal | 323 | 57 | 11 | 0 | 116 | 140 | 21 | 13 | 134 | 53 |
| Binary | 11010011 | 101111 | 1001 | 0 | 1001110 | 1100000 | 10001 | 1011 | 1011100 | 101011 |
Color Harmonies of #D32F09
Complementary color
Monochromatic Colors of #D32F09
Black with #D32F09
Text Example
Text Example
White with #D32F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F09; }
p { color: rgb(211,47,9); }
H1.HeaderClassName
{
color: #D32F09;
}
.AnyTagClassName
{
color: #D32F09;
}
</style>
background-color css
<style>
a { background-color: #D32F09; }
a { background-color: rgb(211,47,9); }
div.DivClassName
{
background-color: #D32F09;
}
.BgClassName
{
background-color: #D32F09;
}
</style>
border-color css
<style>
span { border-color: #D32F09; }
span { border-color: rgb(211,47,9); }
td.TdClassName
{
border-color: #D32F09;
}
.TagClassName
{
border-color: #D32F09;
}
</style>