Html Css Color HEX #D53203 Harley Davidson Orange
📋 copy color: '#D53203'red 213 ◦ green 50 ◦ blue 3
Shades of Harley Davidson Orange #D53203
Tints of Harley Davidson Orange #D53203
RGB
CMYK
RGB Variations
Color information
#D53203 (or 0xD53203) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 03. RGB value is (213,50,3). Sum of RGB (Red+Green+Blue) = 213+50+3=266 (35% of max value = 765). Red value is 213 (83.59% from 255 or 80.08% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 213 - color contains mainly: red. Hex color #D53203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53203 is #2ACDFC. Grayscale: #5D5D5D. Windows color (decimal): -2805245 or 209621. OLE color: 209621.
HSL color Cylindrical-coordinate representation of color #D53203: hue angle of 13.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D53203 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.16 |
| HSL | 13.43º | 0.97% | 0.42% | - |
| HSV(B) | 13.43º | 0.99% | 0.84% | - |
| XYZ | 28.6 | 16.43 | 1.75 | - |
| YUV | 93.38 | 77 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 3 | 0 | 0.77 | 0.99 | 0.16 | 13.43 | 0.97 | 0.42 |
| Hex | D5 | 32 | 3 | 0 | 4D | 63 | 10 | D | 61 | 2A |
| Octal | 325 | 62 | 3 | 0 | 115 | 143 | 20 | 15 | 141 | 52 |
| Binary | 11010101 | 110010 | 11 | 0 | 1001101 | 1100011 | 10000 | 1101 | 1100001 | 101010 |
Color Harmonies of #D53203
Complementary color
Monochromatic Colors of #D53203
Black with #D53203
Text Example
Text Example
White with #D53203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53203; }
p { color: rgb(213,50,3); }
H1.HeaderClassName
{
color: #D53203;
}
.AnyTagClassName
{
color: #D53203;
}
</style>
background-color css
<style>
a { background-color: #D53203; }
a { background-color: rgb(213,50,3); }
div.DivClassName
{
background-color: #D53203;
}
.BgClassName
{
background-color: #D53203;
}
</style>
border-color css
<style>
span { border-color: #D53203; }
span { border-color: rgb(213,50,3); }
td.TdClassName
{
border-color: #D53203;
}
.TagClassName
{
border-color: #D53203;
}
</style>