Html Css Color HEX #D52F00 Harley Davidson Orange
📋 copy color: '#D52F00'red 213 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #D52F00
Tints of Harley Davidson Orange #D52F00
RGB
CMYK
RGB Variations
Color information
#D52F00 (or 0xD52F00) is known color: Harley Davidson Orange. HEX triplet: D5, 2F and 00. RGB value is (213,47,0). Sum of RGB (Red+Green+Blue) = 213+47+0=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52F00 is #2AD0FF. Grayscale: #5B5B5B. Windows color (decimal): -2806016 or 12245. OLE color: 12245.
HSL color Cylindrical-coordinate representation of color #D52F00: hue angle of 13.24º 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 #D52F00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.16 |
| HSL | 13.24º | 1% | 0.42% | - |
| HSV(B) | 13.24º | 1% | 0.84% | - |
| XYZ | 28.46 | 16.18 | 1.62 | - |
| YUV | 91.28 | 76.5 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 0 | 0 | 0.78 | 1 | 0.16 | 13.24 | 1 | 0.42 |
| Hex | D5 | 2F | 0 | 0 | 4E | 64 | 10 | D | 64 | 2A |
| Octal | 325 | 57 | 0 | 0 | 116 | 144 | 20 | 15 | 144 | 52 |
| Binary | 11010101 | 101111 | 0 | 0 | 1001110 | 1100100 | 10000 | 1101 | 1100100 | 101010 |
Color Harmonies of #D52F00
Complementary color
Monochromatic Colors of #D52F00
Black with #D52F00
Text Example
Text Example
White with #D52F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F00; }
p { color: rgb(213,47,0); }
H1.HeaderClassName
{
color: #D52F00;
}
.AnyTagClassName
{
color: #D52F00;
}
</style>
background-color css
<style>
a { background-color: #D52F00; }
a { background-color: rgb(213,47,0); }
div.DivClassName
{
background-color: #D52F00;
}
.BgClassName
{
background-color: #D52F00;
}
</style>
border-color css
<style>
span { border-color: #D52F00; }
span { border-color: rgb(213,47,0); }
td.TdClassName
{
border-color: #D52F00;
}
.TagClassName
{
border-color: #D52F00;
}
</style>