Html Css Color HEX #D53300 Harley Davidson Orange
📋 copy color: '#D53300'red 213 ◦ green 51 ◦ blue 0
Shades of Harley Davidson Orange #D53300
Tints of Harley Davidson Orange #D53300
RGB
CMYK
RGB Variations
Color information
#D53300 (or 0xD53300) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 00. RGB value is (213,51,0). Sum of RGB (Red+Green+Blue) = 213+51+0=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D53300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53300 is #2ACCFF. Grayscale: #5D5D5D. Windows color (decimal): -2804992 or 13269. OLE color: 13269.
HSL color Cylindrical-coordinate representation of color #D53300: hue angle of 14.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D53300 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.16 |
| HSL | 14.37º | 1% | 0.42% | - |
| HSV(B) | 14.37º | 1% | 0.84% | - |
| XYZ | 28.62 | 16.51 | 1.68 | - |
| YUV | 93.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 0 | 0 | 0.76 | 1 | 0.16 | 14.37 | 1 | 0.42 |
| Hex | D5 | 33 | 0 | 0 | 4C | 64 | 10 | E | 64 | 2A |
| Octal | 325 | 63 | 0 | 0 | 114 | 144 | 20 | 16 | 144 | 52 |
| Binary | 11010101 | 110011 | 0 | 0 | 1001100 | 1100100 | 10000 | 1110 | 1100100 | 101010 |
Color Harmonies of #D53300
Complementary color
Monochromatic Colors of #D53300
Black with #D53300
Text Example
Text Example
White with #D53300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53300; }
p { color: rgb(213,51,0); }
H1.HeaderClassName
{
color: #D53300;
}
.AnyTagClassName
{
color: #D53300;
}
</style>
background-color css
<style>
a { background-color: #D53300; }
a { background-color: rgb(213,51,0); }
div.DivClassName
{
background-color: #D53300;
}
.BgClassName
{
background-color: #D53300;
}
</style>
border-color css
<style>
span { border-color: #D53300; }
span { border-color: rgb(213,51,0); }
td.TdClassName
{
border-color: #D53300;
}
.TagClassName
{
border-color: #D53300;
}
</style>