Html Css Color HEX #D52E03 Harley Davidson Orange
📋 copy color: '#D52E03'red 213 ◦ green 46 ◦ blue 3
Shades of Harley Davidson Orange #D52E03
Tints of Harley Davidson Orange #D52E03
RGB
CMYK
RGB Variations
Color information
#D52E03 (or 0xD52E03) is known color: Harley Davidson Orange. HEX triplet: D5, 2E and 03. RGB value is (213,46,3). Sum of RGB (Red+Green+Blue) = 213+46+3=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52E03 is #2AD1FC. Grayscale: #5B5B5B. Windows color (decimal): -2806269 or 208597. OLE color: 208597.
HSL color Cylindrical-coordinate representation of color #D52E03: hue angle of 12.29º degrees, saturation: 0.97, 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 #D52E03 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 46 | 3 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.16 |
| HSL | 12.29º | 0.97% | 0.42% | - |
| HSV(B) | 12.29º | 0.99% | 0.84% | - |
| XYZ | 28.43 | 16.11 | 1.7 | - |
| YUV | 91.03 | 78.33 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 46 | 3 | 0 | 0.78 | 0.99 | 0.16 | 12.29 | 0.97 | 0.42 |
| Hex | D5 | 2E | 3 | 0 | 4E | 63 | 10 | C | 61 | 2A |
| Octal | 325 | 56 | 3 | 0 | 116 | 143 | 20 | 14 | 141 | 52 |
| Binary | 11010101 | 101110 | 11 | 0 | 1001110 | 1100011 | 10000 | 1100 | 1100001 | 101010 |
Color Harmonies of #D52E03
Complementary color
Monochromatic Colors of #D52E03
Black with #D52E03
Text Example
Text Example
White with #D52E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52E03; }
p { color: rgb(213,46,3); }
H1.HeaderClassName
{
color: #D52E03;
}
.AnyTagClassName
{
color: #D52E03;
}
</style>
background-color css
<style>
a { background-color: #D52E03; }
a { background-color: rgb(213,46,3); }
div.DivClassName
{
background-color: #D52E03;
}
.BgClassName
{
background-color: #D52E03;
}
</style>
border-color css
<style>
span { border-color: #D52E03; }
span { border-color: rgb(213,46,3); }
td.TdClassName
{
border-color: #D52E03;
}
.TagClassName
{
border-color: #D52E03;
}
</style>