Html Css Color HEX #D6351C Harley Davidson Orange
📋 copy color: '#D6351C'red 214 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #D6351C
Tints of Harley Davidson Orange #D6351C
RGB
CMYK
RGB Variations
Color information
#D6351C (or 0xD6351C) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 1C. RGB value is (214,53,28). Sum of RGB (Red+Green+Blue) = 214+53+28=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6351C is #29CAE3. Grayscale: #626262. Windows color (decimal): -2738916 or 1848790. OLE color: 1848790.
HSL color Cylindrical-coordinate representation of color #D6351C: hue angle of 8.06º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6351C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.16 |
| HSL | 8.06º | 0.77% | 0.47% | - |
| HSV(B) | 8.06º | 0.87% | 0.84% | - |
| XYZ | 29.21 | 16.93 | 2.83 | - |
| YUV | 98.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 28 | 0 | 0.75 | 0.87 | 0.16 | 8.06 | 0.77 | 0.47 |
| Hex | D6 | 35 | 1C | 0 | 4B | 57 | 10 | 8 | 4D | 2F |
| Octal | 326 | 65 | 34 | 0 | 113 | 127 | 20 | 10 | 115 | 57 |
| Binary | 11010110 | 110101 | 11100 | 0 | 1001011 | 1010111 | 10000 | 1000 | 1001101 | 101111 |
Color Harmonies of #D6351C
Complementary color
Monochromatic Colors of #D6351C
Black with #D6351C
Text Example
Text Example
White with #D6351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6351C; }
p { color: rgb(214,53,28); }
H1.HeaderClassName
{
color: #D6351C;
}
.AnyTagClassName
{
color: #D6351C;
}
</style>
background-color css
<style>
a { background-color: #D6351C; }
a { background-color: rgb(214,53,28); }
div.DivClassName
{
background-color: #D6351C;
}
.BgClassName
{
background-color: #D6351C;
}
</style>
border-color css
<style>
span { border-color: #D6351C; }
span { border-color: rgb(214,53,28); }
td.TdClassName
{
border-color: #D6351C;
}
.TagClassName
{
border-color: #D6351C;
}
</style>