Html Css Color HEX #D6250C Harley Davidson Orange
📋 copy color: '#D6250C'red 214 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #D6250C
Tints of Harley Davidson Orange #D6250C
RGB
CMYK
RGB Variations
Color information
#D6250C (or 0xD6250C) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 0C. RGB value is (214,37,12). Sum of RGB (Red+Green+Blue) = 214+37+12=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D6250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6250C is #29DAF3. Grayscale: #575757. Windows color (decimal): -2743028 or 796118. OLE color: 796118.
HSL color Cylindrical-coordinate representation of color #D6250C: hue angle of 7.43º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6250C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.16 |
| HSL | 7.43º | 0.89% | 0.44% | - |
| HSV(B) | 7.43º | 0.94% | 0.84% | - |
| XYZ | 28.46 | 15.65 | 1.87 | - |
| YUV | 87.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 12 | 0 | 0.83 | 0.94 | 0.16 | 7.43 | 0.89 | 0.44 |
| Hex | D6 | 25 | C | 0 | 53 | 5E | 10 | 7 | 59 | 2C |
| Octal | 326 | 45 | 14 | 0 | 123 | 136 | 20 | 7 | 131 | 54 |
| Binary | 11010110 | 100101 | 1100 | 0 | 1010011 | 1011110 | 10000 | 111 | 1011001 | 101100 |
Color Harmonies of #D6250C
Complementary color
Monochromatic Colors of #D6250C
Black with #D6250C
Text Example
Text Example
White with #D6250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6250C; }
p { color: rgb(214,37,12); }
H1.HeaderClassName
{
color: #D6250C;
}
.AnyTagClassName
{
color: #D6250C;
}
</style>
background-color css
<style>
a { background-color: #D6250C; }
a { background-color: rgb(214,37,12); }
div.DivClassName
{
background-color: #D6250C;
}
.BgClassName
{
background-color: #D6250C;
}
</style>
border-color css
<style>
span { border-color: #D6250C; }
span { border-color: rgb(214,37,12); }
td.TdClassName
{
border-color: #D6250C;
}
.TagClassName
{
border-color: #D6250C;
}
</style>