Html Css Color HEX #D54003 Harley Davidson Orange
📋 copy color: '#D54003'red 213 ◦ green 64 ◦ blue 3
Shades of Harley Davidson Orange #D54003
Tints of Harley Davidson Orange #D54003
RGB
CMYK
RGB Variations
Color information
#D54003 (or 0xD54003) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 03. RGB value is (213,64,3). Sum of RGB (Red+Green+Blue) = 213+64+3=280 (37% of max value = 765). Red value is 213 (83.59% from 255 or 76.07% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 213 - color contains mainly: red. Hex color #D54003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54003 is #2ABFFC. Grayscale: #656565. Windows color (decimal): -2801661 or 213205. OLE color: 213205.
HSL color Cylindrical-coordinate representation of color #D54003: hue angle of 17.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 #D54003 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 3 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.16 |
| HSL | 17.43º | 0.97% | 0.42% | - |
| HSV(B) | 17.43º | 0.99% | 0.84% | - |
| XYZ | 29.29 | 17.82 | 1.98 | - |
| YUV | 101.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 3 | 0 | 0.70 | 0.99 | 0.16 | 17.43 | 0.97 | 0.42 |
| Hex | D5 | 40 | 3 | 0 | 46 | 63 | 10 | 11 | 61 | 2A |
| Octal | 325 | 100 | 3 | 0 | 106 | 143 | 20 | 21 | 141 | 52 |
| Binary | 11010101 | 1000000 | 11 | 0 | 1000110 | 1100011 | 10000 | 10001 | 1100001 | 101010 |
Color Harmonies of #D54003
Complementary color
Monochromatic Colors of #D54003
Black with #D54003
Text Example
Text Example
White with #D54003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54003; }
p { color: rgb(213,64,3); }
H1.HeaderClassName
{
color: #D54003;
}
.AnyTagClassName
{
color: #D54003;
}
</style>
background-color css
<style>
a { background-color: #D54003; }
a { background-color: rgb(213,64,3); }
div.DivClassName
{
background-color: #D54003;
}
.BgClassName
{
background-color: #D54003;
}
</style>
border-color css
<style>
span { border-color: #D54003; }
span { border-color: rgb(213,64,3); }
td.TdClassName
{
border-color: #D54003;
}
.TagClassName
{
border-color: #D54003;
}
</style>