Html Css Color HEX #D52403 Harley Davidson Orange
📋 copy color: '#D52403'red 213 ◦ green 36 ◦ blue 3
Shades of Harley Davidson Orange #D52403
Tints of Harley Davidson Orange #D52403
RGB
CMYK
RGB Variations
Color information
#D52403 (or 0xD52403) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 03. RGB value is (213,36,3). Sum of RGB (Red+Green+Blue) = 213+36+3=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D52403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52403 is #2ADBFC. Grayscale: #555555. Windows color (decimal): -2808829 or 206037. OLE color: 206037.
HSL color Cylindrical-coordinate representation of color #D52403: hue angle of 9.43º 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 #D52403 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.16 |
| HSL | 9.43º | 0.97% | 0.42% | - |
| HSV(B) | 9.43º | 0.99% | 0.84% | - |
| XYZ | 28.09 | 15.41 | 1.58 | - |
| YUV | 85.16 | 81.64 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 3 | 0 | 0.83 | 0.99 | 0.16 | 9.43 | 0.97 | 0.42 |
| Hex | D5 | 24 | 3 | 0 | 53 | 63 | 10 | 9 | 61 | 2A |
| Octal | 325 | 44 | 3 | 0 | 123 | 143 | 20 | 11 | 141 | 52 |
| Binary | 11010101 | 100100 | 11 | 0 | 1010011 | 1100011 | 10000 | 1001 | 1100001 | 101010 |
Color Harmonies of #D52403
Complementary color
Monochromatic Colors of #D52403
Black with #D52403
Text Example
Text Example
White with #D52403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52403; }
p { color: rgb(213,36,3); }
H1.HeaderClassName
{
color: #D52403;
}
.AnyTagClassName
{
color: #D52403;
}
</style>
background-color css
<style>
a { background-color: #D52403; }
a { background-color: rgb(213,36,3); }
div.DivClassName
{
background-color: #D52403;
}
.BgClassName
{
background-color: #D52403;
}
</style>
border-color css
<style>
span { border-color: #D52403; }
span { border-color: rgb(213,36,3); }
td.TdClassName
{
border-color: #D52403;
}
.TagClassName
{
border-color: #D52403;
}
</style>