Html Css Color HEX #D32300 Harley Davidson Orange
📋 copy color: '#D32300'red 211 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #D32300
Tints of Harley Davidson Orange #D32300
RGB
CMYK
RGB Variations
Color information
#D32300 (or 0xD32300) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 00. RGB value is (211,35,0). Sum of RGB (Red+Green+Blue) = 211+35+0=246 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.77% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 211 - color contains mainly: red. Hex color #D32300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32300 is #2CDCFF. Grayscale: #535353. Windows color (decimal): -2940160 or 9171. OLE color: 9171.
HSL color Cylindrical-coordinate representation of color #D32300: hue angle of 9.95º 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 #D32300 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.17 |
| HSL | 9.95º | 1% | 0.41% | - |
| HSV(B) | 9.95º | 1% | 0.83% | - |
| XYZ | 27.47 | 15.05 | 1.46 | - |
| YUV | 83.63 | 80.81 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 0 | 0 | 0.83 | 1 | 0.17 | 9.95 | 1 | 0.41 |
| Hex | D3 | 23 | 0 | 0 | 53 | 64 | 11 | A | 64 | 29 |
| Octal | 323 | 43 | 0 | 0 | 123 | 144 | 21 | 12 | 144 | 51 |
| Binary | 11010011 | 100011 | 0 | 0 | 1010011 | 1100100 | 10001 | 1010 | 1100100 | 101001 |
Color Harmonies of #D32300
Complementary color
Monochromatic Colors of #D32300
Black with #D32300
Text Example
Text Example
White with #D32300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32300; }
p { color: rgb(211,35,0); }
H1.HeaderClassName
{
color: #D32300;
}
.AnyTagClassName
{
color: #D32300;
}
</style>
background-color css
<style>
a { background-color: #D32300; }
a { background-color: rgb(211,35,0); }
div.DivClassName
{
background-color: #D32300;
}
.BgClassName
{
background-color: #D32300;
}
</style>
border-color css
<style>
span { border-color: #D32300; }
span { border-color: rgb(211,35,0); }
td.TdClassName
{
border-color: #D32300;
}
.TagClassName
{
border-color: #D32300;
}
</style>