Html Css Color HEX #D32305 Harley Davidson Orange
📋 copy color: '#D32305'red 211 ◦ green 35 ◦ blue 5
Shades of Harley Davidson Orange #D32305
Tints of Harley Davidson Orange #D32305
RGB
CMYK
RGB Variations
Color information
#D32305 (or 0xD32305) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 05. RGB value is (211,35,5). Sum of RGB (Red+Green+Blue) = 211+35+5=251 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.06% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 211 - color contains mainly: red. Hex color #D32305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32305 is #2CDCFA. Grayscale: #545454. Windows color (decimal): -2940155 or 336851. OLE color: 336851.
HSL color Cylindrical-coordinate representation of color #D32305: hue angle of 8.74º 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 #D32305 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.17 |
| HSL | 8.74º | 0.95% | 0.42% | - |
| HSV(B) | 8.74º | 0.98% | 0.83% | - |
| XYZ | 27.49 | 15.06 | 1.6 | - |
| YUV | 84.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 5 | 0 | 0.83 | 0.98 | 0.17 | 8.74 | 0.95 | 0.42 |
| Hex | D3 | 23 | 5 | 0 | 53 | 62 | 11 | 9 | 5F | 2A |
| Octal | 323 | 43 | 5 | 0 | 123 | 142 | 21 | 11 | 137 | 52 |
| Binary | 11010011 | 100011 | 101 | 0 | 1010011 | 1100010 | 10001 | 1001 | 1011111 | 101010 |
Color Harmonies of #D32305
Complementary color
Monochromatic Colors of #D32305
Black with #D32305
Text Example
Text Example
White with #D32305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32305; }
p { color: rgb(211,35,5); }
H1.HeaderClassName
{
color: #D32305;
}
.AnyTagClassName
{
color: #D32305;
}
</style>
background-color css
<style>
a { background-color: #D32305; }
a { background-color: rgb(211,35,5); }
div.DivClassName
{
background-color: #D32305;
}
.BgClassName
{
background-color: #D32305;
}
</style>
border-color css
<style>
span { border-color: #D32305; }
span { border-color: rgb(211,35,5); }
td.TdClassName
{
border-color: #D32305;
}
.TagClassName
{
border-color: #D32305;
}
</style>