Html Css Color HEX #D32F0C Harley Davidson Orange
📋 copy color: '#D32F0C'red 211 ◦ green 47 ◦ blue 12
Shades of Harley Davidson Orange #D32F0C
Tints of Harley Davidson Orange #D32F0C
RGB
CMYK
RGB Variations
Color information
#D32F0C (or 0xD32F0C) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 0C. RGB value is (211,47,12). Sum of RGB (Red+Green+Blue) = 211+47+12=270 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.15% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32F0C is #2CD0F3. Grayscale: #5C5C5C. Windows color (decimal): -2937076 or 798675. OLE color: 798675.
HSL color Cylindrical-coordinate representation of color #D32F0C: hue angle of 10.55º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D32F0C is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 12 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.17 |
| HSL | 10.55º | 0.89% | 0.44% | - |
| HSV(B) | 10.55º | 0.94% | 0.83% | - |
| XYZ | 27.95 | 15.91 | 1.95 | - |
| YUV | 92.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 12 | 0 | 0.78 | 0.94 | 0.17 | 10.55 | 0.89 | 0.44 |
| Hex | D3 | 2F | C | 0 | 4E | 5E | 11 | B | 59 | 2C |
| Octal | 323 | 57 | 14 | 0 | 116 | 136 | 21 | 13 | 131 | 54 |
| Binary | 11010011 | 101111 | 1100 | 0 | 1001110 | 1011110 | 10001 | 1011 | 1011001 | 101100 |
Color Harmonies of #D32F0C
Complementary color
Monochromatic Colors of #D32F0C
Black with #D32F0C
Text Example
Text Example
White with #D32F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F0C; }
p { color: rgb(211,47,12); }
H1.HeaderClassName
{
color: #D32F0C;
}
.AnyTagClassName
{
color: #D32F0C;
}
</style>
background-color css
<style>
a { background-color: #D32F0C; }
a { background-color: rgb(211,47,12); }
div.DivClassName
{
background-color: #D32F0C;
}
.BgClassName
{
background-color: #D32F0C;
}
</style>
border-color css
<style>
span { border-color: #D32F0C; }
span { border-color: rgb(211,47,12); }
td.TdClassName
{
border-color: #D32F0C;
}
.TagClassName
{
border-color: #D32F0C;
}
</style>