Html Css Color HEX #D32F05 Harley Davidson Orange
📋 copy color: '#D32F05'red 211 ◦ green 47 ◦ blue 5
Shades of Harley Davidson Orange #D32F05
Tints of Harley Davidson Orange #D32F05
RGB
CMYK
RGB Variations
Color information
#D32F05 (or 0xD32F05) is known color: Harley Davidson Orange. HEX triplet: D3, 2F and 05. RGB value is (211,47,5). Sum of RGB (Red+Green+Blue) = 211+47+5=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32F05 is #2CD0FA. Grayscale: #5B5B5B. Windows color (decimal): -2937083 or 339923. OLE color: 339923.
HSL color Cylindrical-coordinate representation of color #D32F05: hue angle of 12.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D32F05 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 47 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.17 |
| HSL | 12.23º | 0.95% | 0.42% | - |
| HSV(B) | 12.23º | 0.98% | 0.83% | - |
| XYZ | 27.91 | 15.89 | 1.74 | - |
| YUV | 91.25 | 79.33 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 5 | 0 | 0.78 | 0.98 | 0.17 | 12.23 | 0.95 | 0.42 |
| Hex | D3 | 2F | 5 | 0 | 4E | 62 | 11 | C | 5F | 2A |
| Octal | 323 | 57 | 5 | 0 | 116 | 142 | 21 | 14 | 137 | 52 |
| Binary | 11010011 | 101111 | 101 | 0 | 1001110 | 1100010 | 10001 | 1100 | 1011111 | 101010 |
Color Harmonies of #D32F05
Complementary color
Monochromatic Colors of #D32F05
Black with #D32F05
Text Example
Text Example
White with #D32F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32F05; }
p { color: rgb(211,47,5); }
H1.HeaderClassName
{
color: #D32F05;
}
.AnyTagClassName
{
color: #D32F05;
}
</style>
background-color css
<style>
a { background-color: #D32F05; }
a { background-color: rgb(211,47,5); }
div.DivClassName
{
background-color: #D32F05;
}
.BgClassName
{
background-color: #D32F05;
}
</style>
border-color css
<style>
span { border-color: #D32F05; }
span { border-color: rgb(211,47,5); }
td.TdClassName
{
border-color: #D32F05;
}
.TagClassName
{
border-color: #D32F05;
}
</style>