Html Css Color HEX #D53F05 Harley Davidson Orange
📋 copy color: '#D53F05'red 213 ◦ green 63 ◦ blue 5
Shades of Harley Davidson Orange #D53F05
Tints of Harley Davidson Orange #D53F05
RGB
CMYK
RGB Variations
Color information
#D53F05 (or 0xD53F05) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 05. RGB value is (213,63,5). Sum of RGB (Red+Green+Blue) = 213+63+5=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F05 is #2AC0FA. Grayscale: #656565. Windows color (decimal): -2801915 or 344021. OLE color: 344021.
HSL color Cylindrical-coordinate representation of color #D53F05: hue angle of 16.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D53F05 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.16 |
| HSL | 16.73º | 0.95% | 0.43% | - |
| HSV(B) | 16.73º | 0.98% | 0.84% | - |
| XYZ | 29.25 | 17.71 | 2.02 | - |
| YUV | 101.24 | 73.7 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 5 | 0 | 0.70 | 0.98 | 0.16 | 16.73 | 0.95 | 0.43 |
| Hex | D5 | 3F | 5 | 0 | 46 | 62 | 10 | 11 | 5F | 2B |
| Octal | 325 | 77 | 5 | 0 | 106 | 142 | 20 | 21 | 137 | 53 |
| Binary | 11010101 | 111111 | 101 | 0 | 1000110 | 1100010 | 10000 | 10001 | 1011111 | 101011 |
Color Harmonies of #D53F05
Complementary color
Monochromatic Colors of #D53F05
Black with #D53F05
Text Example
Text Example
White with #D53F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F05; }
p { color: rgb(213,63,5); }
H1.HeaderClassName
{
color: #D53F05;
}
.AnyTagClassName
{
color: #D53F05;
}
</style>
background-color css
<style>
a { background-color: #D53F05; }
a { background-color: rgb(213,63,5); }
div.DivClassName
{
background-color: #D53F05;
}
.BgClassName
{
background-color: #D53F05;
}
</style>
border-color css
<style>
span { border-color: #D53F05; }
span { border-color: rgb(213,63,5); }
td.TdClassName
{
border-color: #D53F05;
}
.TagClassName
{
border-color: #D53F05;
}
</style>