Html Css Color HEX #D52406 Harley Davidson Orange
📋 copy color: '#D52406'red 213 ◦ green 36 ◦ blue 6
Shades of Harley Davidson Orange #D52406
Tints of Harley Davidson Orange #D52406
RGB
CMYK
RGB Variations
Color information
#D52406 (or 0xD52406) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 06. RGB value is (213,36,6). Sum of RGB (Red+Green+Blue) = 213+36+6=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D52406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52406 is #2ADBF9. Grayscale: #555555. Windows color (decimal): -2808826 or 402645. OLE color: 402645.
HSL color Cylindrical-coordinate representation of color #D52406: hue angle of 8.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D52406 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.16 |
| HSL | 8.7º | 0.95% | 0.43% | - |
| HSV(B) | 8.7º | 0.97% | 0.84% | - |
| XYZ | 28.1 | 15.42 | 1.67 | - |
| YUV | 85.5 | 83.14 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 6 | 0 | 0.83 | 0.97 | 0.16 | 8.7 | 0.95 | 0.43 |
| Hex | D5 | 24 | 6 | 0 | 53 | 61 | 10 | 9 | 5F | 2B |
| Octal | 325 | 44 | 6 | 0 | 123 | 141 | 20 | 11 | 137 | 53 |
| Binary | 11010101 | 100100 | 110 | 0 | 1010011 | 1100001 | 10000 | 1001 | 1011111 | 101011 |
Color Harmonies of #D52406
Complementary color
Monochromatic Colors of #D52406
Black with #D52406
Text Example
Text Example
White with #D52406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52406; }
p { color: rgb(213,36,6); }
H1.HeaderClassName
{
color: #D52406;
}
.AnyTagClassName
{
color: #D52406;
}
</style>
background-color css
<style>
a { background-color: #D52406; }
a { background-color: rgb(213,36,6); }
div.DivClassName
{
background-color: #D52406;
}
.BgClassName
{
background-color: #D52406;
}
</style>
border-color css
<style>
span { border-color: #D52406; }
span { border-color: rgb(213,36,6); }
td.TdClassName
{
border-color: #D52406;
}
.TagClassName
{
border-color: #D52406;
}
</style>