Html Css Color HEX #D52D00 Harley Davidson Orange
📋 copy color: '#D52D00'red 213 ◦ green 45 ◦ blue 0
Shades of Harley Davidson Orange #D52D00
Tints of Harley Davidson Orange #D52D00
RGB
CMYK
RGB Variations
Color information
#D52D00 (or 0xD52D00) is known color: Harley Davidson Orange. HEX triplet: D5, 2D and 00. RGB value is (213,45,0). Sum of RGB (Red+Green+Blue) = 213+45+0=258 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.56% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52D00 is #2AD2FF. Grayscale: #5A5A5A. Windows color (decimal): -2806528 or 11733. OLE color: 11733.
HSL color Cylindrical-coordinate representation of color #D52D00: hue angle of 12.68º 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 #D52D00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.16 |
| HSL | 12.68º | 1% | 0.42% | - |
| HSV(B) | 12.68º | 1% | 0.84% | - |
| XYZ | 28.38 | 16.02 | 1.6 | - |
| YUV | 90.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 0 | 0 | 0.79 | 1 | 0.16 | 12.68 | 1 | 0.42 |
| Hex | D5 | 2D | 0 | 0 | 4F | 64 | 10 | D | 64 | 2A |
| Octal | 325 | 55 | 0 | 0 | 117 | 144 | 20 | 15 | 144 | 52 |
| Binary | 11010101 | 101101 | 0 | 0 | 1001111 | 1100100 | 10000 | 1101 | 1100100 | 101010 |
Color Harmonies of #D52D00
Complementary color
Monochromatic Colors of #D52D00
Black with #D52D00
Text Example
Text Example
White with #D52D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D00; }
p { color: rgb(213,45,0); }
H1.HeaderClassName
{
color: #D52D00;
}
.AnyTagClassName
{
color: #D52D00;
}
</style>
background-color css
<style>
a { background-color: #D52D00; }
a { background-color: rgb(213,45,0); }
div.DivClassName
{
background-color: #D52D00;
}
.BgClassName
{
background-color: #D52D00;
}
</style>
border-color css
<style>
span { border-color: #D52D00; }
span { border-color: rgb(213,45,0); }
td.TdClassName
{
border-color: #D52D00;
}
.TagClassName
{
border-color: #D52D00;
}
</style>