Html Css Color HEX #D53902 Harley Davidson Orange
📋 copy color: '#D53902'red 213 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #D53902
Tints of Harley Davidson Orange #D53902
RGB
CMYK
RGB Variations
Color information
#D53902 (or 0xD53902) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 02. RGB value is (213,57,2). Sum of RGB (Red+Green+Blue) = 213+57+2=272 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.31% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 213 - color contains mainly: red. Hex color #D53902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53902 is #2AC6FD. Grayscale: #616161. Windows color (decimal): -2803454 or 145877. OLE color: 145877.
HSL color Cylindrical-coordinate representation of color #D53902: hue angle of 15.64º degrees, saturation: 0.98, 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 #D53902 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.16 |
| HSL | 15.64º | 0.98% | 0.42% | - |
| HSV(B) | 15.64º | 0.99% | 0.84% | - |
| XYZ | 28.91 | 17.08 | 1.83 | - |
| YUV | 97.37 | 74.18 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 2 | 0 | 0.73 | 0.99 | 0.16 | 15.64 | 0.98 | 0.42 |
| Hex | D5 | 39 | 2 | 0 | 49 | 63 | 10 | 10 | 62 | 2A |
| Octal | 325 | 71 | 2 | 0 | 111 | 143 | 20 | 20 | 142 | 52 |
| Binary | 11010101 | 111001 | 10 | 0 | 1001001 | 1100011 | 10000 | 10000 | 1100010 | 101010 |
Color Harmonies of #D53902
Complementary color
Monochromatic Colors of #D53902
Black with #D53902
Text Example
Text Example
White with #D53902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53902; }
p { color: rgb(213,57,2); }
H1.HeaderClassName
{
color: #D53902;
}
.AnyTagClassName
{
color: #D53902;
}
</style>
background-color css
<style>
a { background-color: #D53902; }
a { background-color: rgb(213,57,2); }
div.DivClassName
{
background-color: #D53902;
}
.BgClassName
{
background-color: #D53902;
}
</style>
border-color css
<style>
span { border-color: #D53902; }
span { border-color: rgb(213,57,2); }
td.TdClassName
{
border-color: #D53902;
}
.TagClassName
{
border-color: #D53902;
}
</style>