Html Css Color HEX #D63405 Harley Davidson Orange
📋 copy color: '#D63405'red 214 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #D63405
Tints of Harley Davidson Orange #D63405
RGB
CMYK
RGB Variations
Color information
#D63405 (or 0xD63405) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 05. RGB value is (214,52,5). Sum of RGB (Red+Green+Blue) = 214+52+5=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D63405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63405 is #29CBFA. Grayscale: #5F5F5F. Windows color (decimal): -2739195 or 341206. OLE color: 341206.
HSL color Cylindrical-coordinate representation of color #D63405: hue angle of 13.49º 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 #D63405 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 5 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.16 |
| HSL | 13.49º | 0.95% | 0.43% | - |
| HSV(B) | 13.49º | 0.98% | 0.84% | - |
| XYZ | 28.99 | 16.76 | 1.85 | - |
| YUV | 95.08 | 77.17 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 5 | 0 | 0.76 | 0.98 | 0.16 | 13.49 | 0.95 | 0.43 |
| Hex | D6 | 34 | 5 | 0 | 4C | 62 | 10 | D | 5F | 2B |
| Octal | 326 | 64 | 5 | 0 | 114 | 142 | 20 | 15 | 137 | 53 |
| Binary | 11010110 | 110100 | 101 | 0 | 1001100 | 1100010 | 10000 | 1101 | 1011111 | 101011 |
Color Harmonies of #D63405
Complementary color
Monochromatic Colors of #D63405
Black with #D63405
Text Example
Text Example
White with #D63405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63405; }
p { color: rgb(214,52,5); }
H1.HeaderClassName
{
color: #D63405;
}
.AnyTagClassName
{
color: #D63405;
}
</style>
background-color css
<style>
a { background-color: #D63405; }
a { background-color: rgb(214,52,5); }
div.DivClassName
{
background-color: #D63405;
}
.BgClassName
{
background-color: #D63405;
}
</style>
border-color css
<style>
span { border-color: #D63405; }
span { border-color: rgb(214,52,5); }
td.TdClassName
{
border-color: #D63405;
}
.TagClassName
{
border-color: #D63405;
}
</style>