Html Css Color HEX #D63618 Harley Davidson Orange
📋 copy color: '#D63618'red 214 ◦ green 54 ◦ blue 24
Shades of Harley Davidson Orange #D63618
Tints of Harley Davidson Orange #D63618
RGB
CMYK
RGB Variations
Color information
#D63618 (or 0xD63618) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 18. RGB value is (214,54,24). Sum of RGB (Red+Green+Blue) = 214+54+24=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D63618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63618 is #29C9E7. Grayscale: #626262. Windows color (decimal): -2738664 or 1586902. OLE color: 1586902.
HSL color Cylindrical-coordinate representation of color #D63618: hue angle of 9.47º 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 #D63618 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 24 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.16 |
| HSL | 9.47º | 0.8% | 0.47% | - |
| HSV(B) | 9.47º | 0.89% | 0.84% | - |
| XYZ | 29.22 | 17 | 2.61 | - |
| YUV | 98.42 | 86.01 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 24 | 0 | 0.75 | 0.89 | 0.16 | 9.47 | 0.8 | 0.47 |
| Hex | D6 | 36 | 18 | 0 | 4B | 59 | 10 | 9 | 50 | 2F |
| Octal | 326 | 66 | 30 | 0 | 113 | 131 | 20 | 11 | 120 | 57 |
| Binary | 11010110 | 110110 | 11000 | 0 | 1001011 | 1011001 | 10000 | 1001 | 1010000 | 101111 |
Color Harmonies of #D63618
Complementary color
Monochromatic Colors of #D63618
Black with #D63618
Text Example
Text Example
White with #D63618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63618; }
p { color: rgb(214,54,24); }
H1.HeaderClassName
{
color: #D63618;
}
.AnyTagClassName
{
color: #D63618;
}
</style>
background-color css
<style>
a { background-color: #D63618; }
a { background-color: rgb(214,54,24); }
div.DivClassName
{
background-color: #D63618;
}
.BgClassName
{
background-color: #D63618;
}
</style>
border-color css
<style>
span { border-color: #D63618; }
span { border-color: rgb(214,54,24); }
td.TdClassName
{
border-color: #D63618;
}
.TagClassName
{
border-color: #D63618;
}
</style>