Html Css Color HEX #D53602 Harley Davidson Orange
📋 copy color: '#D53602'red 213 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #D53602
Tints of Harley Davidson Orange #D53602
RGB
CMYK
RGB Variations
Color information
#D53602 (or 0xD53602) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 02. RGB value is (213,54,2). Sum of RGB (Red+Green+Blue) = 213+54+2=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D53602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53602 is #2AC9FD. Grayscale: #5F5F5F. Windows color (decimal): -2804222 or 145109. OLE color: 145109.
HSL color Cylindrical-coordinate representation of color #D53602: hue angle of 14.79º 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 #D53602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.16 |
| HSL | 14.79º | 0.98% | 0.42% | - |
| HSV(B) | 14.79º | 0.99% | 0.84% | - |
| XYZ | 28.77 | 16.79 | 1.78 | - |
| YUV | 95.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 2 | 0 | 0.75 | 0.99 | 0.16 | 14.79 | 0.98 | 0.42 |
| Hex | D5 | 36 | 2 | 0 | 4B | 63 | 10 | F | 62 | 2A |
| Octal | 325 | 66 | 2 | 0 | 113 | 143 | 20 | 17 | 142 | 52 |
| Binary | 11010101 | 110110 | 10 | 0 | 1001011 | 1100011 | 10000 | 1111 | 1100010 | 101010 |
Color Harmonies of #D53602
Complementary color
Monochromatic Colors of #D53602
Black with #D53602
Text Example
Text Example
White with #D53602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53602; }
p { color: rgb(213,54,2); }
H1.HeaderClassName
{
color: #D53602;
}
.AnyTagClassName
{
color: #D53602;
}
</style>
background-color css
<style>
a { background-color: #D53602; }
a { background-color: rgb(213,54,2); }
div.DivClassName
{
background-color: #D53602;
}
.BgClassName
{
background-color: #D53602;
}
</style>
border-color css
<style>
span { border-color: #D53602; }
span { border-color: rgb(213,54,2); }
td.TdClassName
{
border-color: #D53602;
}
.TagClassName
{
border-color: #D53602;
}
</style>