Html Css Color HEX #D32303 Harley Davidson Orange
📋 copy color: '#D32303'red 211 ◦ green 35 ◦ blue 3
Shades of Harley Davidson Orange #D32303
Tints of Harley Davidson Orange #D32303
RGB
CMYK
RGB Variations
Color information
#D32303 (or 0xD32303) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 03. RGB value is (211,35,3). Sum of RGB (Red+Green+Blue) = 211+35+3=249 (32% of max value = 765). Red value is 211 (82.81% from 255 or 84.74% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 211 - color contains mainly: red. Hex color #D32303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32303 is #2CDCFC. Grayscale: #545454. Windows color (decimal): -2940157 or 205779. OLE color: 205779.
HSL color Cylindrical-coordinate representation of color #D32303: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D32303 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.17 |
| HSL | 9.23º | 0.97% | 0.42% | - |
| HSV(B) | 9.23º | 0.99% | 0.83% | - |
| XYZ | 27.48 | 15.06 | 1.54 | - |
| YUV | 83.98 | 82.31 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 3 | 0 | 0.83 | 0.99 | 0.17 | 9.23 | 0.97 | 0.42 |
| Hex | D3 | 23 | 3 | 0 | 53 | 63 | 11 | 9 | 61 | 2A |
| Octal | 323 | 43 | 3 | 0 | 123 | 143 | 21 | 11 | 141 | 52 |
| Binary | 11010011 | 100011 | 11 | 0 | 1010011 | 1100011 | 10001 | 1001 | 1100001 | 101010 |
Color Harmonies of #D32303
Complementary color
Monochromatic Colors of #D32303
Black with #D32303
Text Example
Text Example
White with #D32303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32303; }
p { color: rgb(211,35,3); }
H1.HeaderClassName
{
color: #D32303;
}
.AnyTagClassName
{
color: #D32303;
}
</style>
background-color css
<style>
a { background-color: #D32303; }
a { background-color: rgb(211,35,3); }
div.DivClassName
{
background-color: #D32303;
}
.BgClassName
{
background-color: #D32303;
}
</style>
border-color css
<style>
span { border-color: #D32303; }
span { border-color: rgb(211,35,3); }
td.TdClassName
{
border-color: #D32303;
}
.TagClassName
{
border-color: #D32303;
}
</style>