Html Css Color HEX #D43503 Harley Davidson Orange
📋 copy color: '#D43503'red 212 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #D43503
Tints of Harley Davidson Orange #D43503
RGB
CMYK
RGB Variations
Color information
#D43503 (or 0xD43503) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 03. RGB value is (212,53,3). Sum of RGB (Red+Green+Blue) = 212+53+3=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D43503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43503 is #2BCAFC. Grayscale: #5F5F5F. Windows color (decimal): -2870013 or 210388. OLE color: 210388.
HSL color Cylindrical-coordinate representation of color #D43503: hue angle of 14.35º 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 #D43503 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.17 |
| HSL | 14.35º | 0.97% | 0.42% | - |
| HSV(B) | 14.35º | 0.99% | 0.83% | - |
| XYZ | 28.44 | 16.55 | 1.78 | - |
| YUV | 94.84 | 76.18 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 3 | 0 | 0.75 | 0.99 | 0.17 | 14.35 | 0.97 | 0.42 |
| Hex | D4 | 35 | 3 | 0 | 4B | 63 | 11 | E | 61 | 2A |
| Octal | 324 | 65 | 3 | 0 | 113 | 143 | 21 | 16 | 141 | 52 |
| Binary | 11010100 | 110101 | 11 | 0 | 1001011 | 1100011 | 10001 | 1110 | 1100001 | 101010 |
Color Harmonies of #D43503
Complementary color
Monochromatic Colors of #D43503
Black with #D43503
Text Example
Text Example
White with #D43503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43503; }
p { color: rgb(212,53,3); }
H1.HeaderClassName
{
color: #D43503;
}
.AnyTagClassName
{
color: #D43503;
}
</style>
background-color css
<style>
a { background-color: #D43503; }
a { background-color: rgb(212,53,3); }
div.DivClassName
{
background-color: #D43503;
}
.BgClassName
{
background-color: #D43503;
}
</style>
border-color css
<style>
span { border-color: #D43503; }
span { border-color: rgb(212,53,3); }
td.TdClassName
{
border-color: #D43503;
}
.TagClassName
{
border-color: #D43503;
}
</style>