Html Css Color HEX #D93003 Harley Davidson Orange
📋 copy color: '#D93003'red 217 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #D93003
Tints of Harley Davidson Orange #D93003
RGB
CMYK
RGB Variations
Color information
#D93003 (or 0xD93003) is known color: Harley Davidson Orange. HEX triplet: D9, 30 and 03. RGB value is (217,48,3). Sum of RGB (Red+Green+Blue) = 217+48+3=268 (35% of max value = 765). Red value is 217 (85.16% from 255 or 80.97% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 217 - color contains mainly: red. Hex color #D93003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D93003 is #26CFFC. Grayscale: #5D5D5D. Windows color (decimal): -2543613 or 209113. OLE color: 209113.
HSL color Cylindrical-coordinate representation of color #D93003: hue angle of 12.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D93003 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 48 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.15 |
| HSL | 12.62º | 0.97% | 0.43% | - |
| HSV(B) | 12.62º | 0.99% | 0.85% | - |
| XYZ | 29.69 | 16.87 | 1.78 | - |
| YUV | 93.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 48 | 3 | 0 | 0.78 | 0.99 | 0.15 | 12.62 | 0.97 | 0.43 |
| Hex | D9 | 30 | 3 | 0 | 4E | 63 | F | D | 61 | 2B |
| Octal | 331 | 60 | 3 | 0 | 116 | 143 | 17 | 15 | 141 | 53 |
| Binary | 11011001 | 110000 | 11 | 0 | 1001110 | 1100011 | 1111 | 1101 | 1100001 | 101011 |
Color Harmonies of #D93003
Complementary color
Monochromatic Colors of #D93003
Black with #D93003
Text Example
Text Example
White with #D93003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93003; }
p { color: rgb(217,48,3); }
H1.HeaderClassName
{
color: #D93003;
}
.AnyTagClassName
{
color: #D93003;
}
</style>
background-color css
<style>
a { background-color: #D93003; }
a { background-color: rgb(217,48,3); }
div.DivClassName
{
background-color: #D93003;
}
.BgClassName
{
background-color: #D93003;
}
</style>
border-color css
<style>
span { border-color: #D93003; }
span { border-color: rgb(217,48,3); }
td.TdClassName
{
border-color: #D93003;
}
.TagClassName
{
border-color: #D93003;
}
</style>