Html Css Color HEX #D23003 Harley Davidson Orange
📋 copy color: '#D23003'red 210 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #D23003
Tints of Harley Davidson Orange #D23003
RGB
CMYK
RGB Variations
Color information
#D23003 (or 0xD23003) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 03. RGB value is (210,48,3). Sum of RGB (Red+Green+Blue) = 210+48+3=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D23003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23003 is #2DCFFC. Grayscale: #5B5B5B. Windows color (decimal): -3002365 or 209106. OLE color: 209106.
HSL color Cylindrical-coordinate representation of color #D23003: hue angle of 13.04º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D23003 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 3 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.18 |
| HSL | 13.04º | 0.97% | 0.42% | - |
| HSV(B) | 13.04º | 0.99% | 0.82% | - |
| XYZ | 27.65 | 15.82 | 1.68 | - |
| YUV | 91.31 | 78.17 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 3 | 0 | 0.77 | 0.99 | 0.18 | 13.04 | 0.97 | 0.42 |
| Hex | D2 | 30 | 3 | 0 | 4D | 63 | 12 | D | 61 | 2A |
| Octal | 322 | 60 | 3 | 0 | 115 | 143 | 22 | 15 | 141 | 52 |
| Binary | 11010010 | 110000 | 11 | 0 | 1001101 | 1100011 | 10010 | 1101 | 1100001 | 101010 |
Color Harmonies of #D23003
Complementary color
Monochromatic Colors of #D23003
Black with #D23003
Text Example
Text Example
White with #D23003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23003; }
p { color: rgb(210,48,3); }
H1.HeaderClassName
{
color: #D23003;
}
.AnyTagClassName
{
color: #D23003;
}
</style>
background-color css
<style>
a { background-color: #D23003; }
a { background-color: rgb(210,48,3); }
div.DivClassName
{
background-color: #D23003;
}
.BgClassName
{
background-color: #D23003;
}
</style>
border-color css
<style>
span { border-color: #D23003; }
span { border-color: rgb(210,48,3); }
td.TdClassName
{
border-color: #D23003;
}
.TagClassName
{
border-color: #D23003;
}
</style>