Html Css Color HEX #D52900 Harley Davidson Orange
📋 copy color: '#D52900'red 213 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #D52900
Tints of Harley Davidson Orange #D52900
RGB
CMYK
RGB Variations
Color information
#D52900 (or 0xD52900) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 00. RGB value is (213,41,0). Sum of RGB (Red+Green+Blue) = 213+41+0=254 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.86% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 213 - color contains mainly: red. Hex color #D52900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52900 is #2AD6FF. Grayscale: #585858. Windows color (decimal): -2807552 or 10709. OLE color: 10709.
HSL color Cylindrical-coordinate representation of color #D52900: hue angle of 11.55º 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 #D52900 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.16 |
| HSL | 11.55º | 1% | 0.42% | - |
| HSV(B) | 11.55º | 1% | 0.84% | - |
| XYZ | 28.23 | 15.73 | 1.55 | - |
| YUV | 87.75 | 78.48 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 0 | 0 | 0.81 | 1 | 0.16 | 11.55 | 1 | 0.42 |
| Hex | D5 | 29 | 0 | 0 | 51 | 64 | 10 | C | 64 | 2A |
| Octal | 325 | 51 | 0 | 0 | 121 | 144 | 20 | 14 | 144 | 52 |
| Binary | 11010101 | 101001 | 0 | 0 | 1010001 | 1100100 | 10000 | 1100 | 1100100 | 101010 |
Color Harmonies of #D52900
Complementary color
Monochromatic Colors of #D52900
Black with #D52900
Text Example
Text Example
White with #D52900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52900; }
p { color: rgb(213,41,0); }
H1.HeaderClassName
{
color: #D52900;
}
.AnyTagClassName
{
color: #D52900;
}
</style>
background-color css
<style>
a { background-color: #D52900; }
a { background-color: rgb(213,41,0); }
div.DivClassName
{
background-color: #D52900;
}
.BgClassName
{
background-color: #D52900;
}
</style>
border-color css
<style>
span { border-color: #D52900; }
span { border-color: rgb(213,41,0); }
td.TdClassName
{
border-color: #D52900;
}
.TagClassName
{
border-color: #D52900;
}
</style>