Html Css Color HEX #D32407 Harley Davidson Orange
📋 copy color: '#D32407'red 211 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #D32407
Tints of Harley Davidson Orange #D32407
RGB
CMYK
RGB Variations
Color information
#D32407 (or 0xD32407) is known color: Harley Davidson Orange. HEX triplet: D3, 24 and 07. RGB value is (211,36,7). Sum of RGB (Red+Green+Blue) = 211+36+7=254 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.07% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 211 - color contains mainly: red. Hex color #D32407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32407 is #2CDBF8. Grayscale: #555555. Windows color (decimal): -2939897 or 468179. OLE color: 468179.
HSL color Cylindrical-coordinate representation of color #D32407: hue angle of 8.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D32407 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 7 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.17 |
| HSL | 8.53º | 0.94% | 0.43% | - |
| HSV(B) | 8.53º | 0.97% | 0.83% | - |
| XYZ | 27.53 | 15.13 | 1.67 | - |
| YUV | 85.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 7 | 0 | 0.83 | 0.97 | 0.17 | 8.53 | 0.94 | 0.43 |
| Hex | D3 | 24 | 7 | 0 | 53 | 61 | 11 | 9 | 5E | 2B |
| Octal | 323 | 44 | 7 | 0 | 123 | 141 | 21 | 11 | 136 | 53 |
| Binary | 11010011 | 100100 | 111 | 0 | 1010011 | 1100001 | 10001 | 1001 | 1011110 | 101011 |
Color Harmonies of #D32407
Complementary color
Monochromatic Colors of #D32407
Black with #D32407
Text Example
Text Example
White with #D32407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32407; }
p { color: rgb(211,36,7); }
H1.HeaderClassName
{
color: #D32407;
}
.AnyTagClassName
{
color: #D32407;
}
</style>
background-color css
<style>
a { background-color: #D32407; }
a { background-color: rgb(211,36,7); }
div.DivClassName
{
background-color: #D32407;
}
.BgClassName
{
background-color: #D32407;
}
</style>
border-color css
<style>
span { border-color: #D32407; }
span { border-color: rgb(211,36,7); }
td.TdClassName
{
border-color: #D32407;
}
.TagClassName
{
border-color: #D32407;
}
</style>