Html Css Color HEX #D63218 Harley Davidson Orange
📋 copy color: '#D63218'red 214 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #D63218
Tints of Harley Davidson Orange #D63218
RGB
CMYK
RGB Variations
Color information
#D63218 (or 0xD63218) is known color: Harley Davidson Orange. HEX triplet: D6, 32 and 18. RGB value is (214,50,24). Sum of RGB (Red+Green+Blue) = 214+50+24=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D63218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63218 is #29CDE7. Grayscale: #606060. Windows color (decimal): -2739688 or 1585878. OLE color: 1585878.
HSL color Cylindrical-coordinate representation of color #D63218: hue angle of 8.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D63218 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 50 | 24 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.16 |
| HSL | 8.21º | 0.8% | 0.47% | - |
| HSV(B) | 8.21º | 0.89% | 0.84% | - |
| XYZ | 29.04 | 16.64 | 2.55 | - |
| YUV | 96.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 50 | 24 | 0 | 0.77 | 0.89 | 0.16 | 8.21 | 0.8 | 0.47 |
| Hex | D6 | 32 | 18 | 0 | 4D | 59 | 10 | 8 | 50 | 2F |
| Octal | 326 | 62 | 30 | 0 | 115 | 131 | 20 | 10 | 120 | 57 |
| Binary | 11010110 | 110010 | 11000 | 0 | 1001101 | 1011001 | 10000 | 1000 | 1010000 | 101111 |
Color Harmonies of #D63218
Complementary color
Monochromatic Colors of #D63218
Black with #D63218
Text Example
Text Example
White with #D63218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63218; }
p { color: rgb(214,50,24); }
H1.HeaderClassName
{
color: #D63218;
}
.AnyTagClassName
{
color: #D63218;
}
</style>
background-color css
<style>
a { background-color: #D63218; }
a { background-color: rgb(214,50,24); }
div.DivClassName
{
background-color: #D63218;
}
.BgClassName
{
background-color: #D63218;
}
</style>
border-color css
<style>
span { border-color: #D63218; }
span { border-color: rgb(214,50,24); }
td.TdClassName
{
border-color: #D63218;
}
.TagClassName
{
border-color: #D63218;
}
</style>