Html Css Color HEX #D53A07 Harley Davidson Orange
📋 copy color: '#D53A07'red 213 ◦ green 58 ◦ blue 7
Shades of Harley Davidson Orange #D53A07
Tints of Harley Davidson Orange #D53A07
RGB
CMYK
RGB Variations
Color information
#D53A07 (or 0xD53A07) is known color: Harley Davidson Orange. HEX triplet: D5, 3A and 07. RGB value is (213,58,7). Sum of RGB (Red+Green+Blue) = 213+58+7=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53A07 is #2AC5F8. Grayscale: #626262. Windows color (decimal): -2803193 or 473813. OLE color: 473813.
HSL color Cylindrical-coordinate representation of color #D53A07: hue angle of 14.85º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D53A07 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 7 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.16 |
| HSL | 14.85º | 0.94% | 0.43% | - |
| HSV(B) | 14.85º | 0.97% | 0.84% | - |
| XYZ | 28.99 | 17.19 | 1.99 | - |
| YUV | 98.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 7 | 0 | 0.73 | 0.97 | 0.16 | 14.85 | 0.94 | 0.43 |
| Hex | D5 | 3A | 7 | 0 | 49 | 61 | 10 | F | 5E | 2B |
| Octal | 325 | 72 | 7 | 0 | 111 | 141 | 20 | 17 | 136 | 53 |
| Binary | 11010101 | 111010 | 111 | 0 | 1001001 | 1100001 | 10000 | 1111 | 1011110 | 101011 |
Color Harmonies of #D53A07
Complementary color
Monochromatic Colors of #D53A07
Black with #D53A07
Text Example
Text Example
White with #D53A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A07; }
p { color: rgb(213,58,7); }
H1.HeaderClassName
{
color: #D53A07;
}
.AnyTagClassName
{
color: #D53A07;
}
</style>
background-color css
<style>
a { background-color: #D53A07; }
a { background-color: rgb(213,58,7); }
div.DivClassName
{
background-color: #D53A07;
}
.BgClassName
{
background-color: #D53A07;
}
</style>
border-color css
<style>
span { border-color: #D53A07; }
span { border-color: rgb(213,58,7); }
td.TdClassName
{
border-color: #D53A07;
}
.TagClassName
{
border-color: #D53A07;
}
</style>