Html Css Color HEX #D63415 Harley Davidson Orange
📋 copy color: '#D63415'red 214 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #D63415
Tints of Harley Davidson Orange #D63415
RGB
CMYK
RGB Variations
Color information
#D63415 (or 0xD63415) is known color: Harley Davidson Orange. HEX triplet: D6, 34 and 15. RGB value is (214,52,21). Sum of RGB (Red+Green+Blue) = 214+52+21=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D63415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63415 is #29CBEA. Grayscale: #616161. Windows color (decimal): -2739179 or 1389782. OLE color: 1389782.
HSL color Cylindrical-coordinate representation of color #D63415: hue angle of 9.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D63415 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 21 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.16 |
| HSL | 9.64º | 0.82% | 0.46% | - |
| HSV(B) | 9.64º | 0.9% | 0.84% | - |
| XYZ | 29.09 | 16.81 | 2.42 | - |
| YUV | 96.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 21 | 0 | 0.76 | 0.90 | 0.16 | 9.64 | 0.82 | 0.46 |
| Hex | D6 | 34 | 15 | 0 | 4C | 5A | 10 | A | 52 | 2E |
| Octal | 326 | 64 | 25 | 0 | 114 | 132 | 20 | 12 | 122 | 56 |
| Binary | 11010110 | 110100 | 10101 | 0 | 1001100 | 1011010 | 10000 | 1010 | 1010010 | 101110 |
Color Harmonies of #D63415
Complementary color
Monochromatic Colors of #D63415
Black with #D63415
Text Example
Text Example
White with #D63415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63415; }
p { color: rgb(214,52,21); }
H1.HeaderClassName
{
color: #D63415;
}
.AnyTagClassName
{
color: #D63415;
}
</style>
background-color css
<style>
a { background-color: #D63415; }
a { background-color: rgb(214,52,21); }
div.DivClassName
{
background-color: #D63415;
}
.BgClassName
{
background-color: #D63415;
}
</style>
border-color css
<style>
span { border-color: #D63415; }
span { border-color: rgb(214,52,21); }
td.TdClassName
{
border-color: #D63415;
}
.TagClassName
{
border-color: #D63415;
}
</style>