Html Css Color HEX #D6350A Harley Davidson Orange
📋 copy color: '#D6350A'red 214 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #D6350A
Tints of Harley Davidson Orange #D6350A
RGB
CMYK
RGB Variations
Color information
#D6350A (or 0xD6350A) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 0A. RGB value is (214,53,10). Sum of RGB (Red+Green+Blue) = 214+53+10=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D6350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6350A is #29CAF5. Grayscale: #606060. Windows color (decimal): -2738934 or 669142. OLE color: 669142.
HSL color Cylindrical-coordinate representation of color #D6350A: hue angle of 12.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6350A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.16 |
| HSL | 12.65º | 0.91% | 0.44% | - |
| HSV(B) | 12.65º | 0.95% | 0.84% | - |
| XYZ | 29.06 | 16.86 | 2.01 | - |
| YUV | 96.24 | 79.34 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 10 | 0 | 0.75 | 0.95 | 0.16 | 12.65 | 0.91 | 0.44 |
| Hex | D6 | 35 | A | 0 | 4B | 5F | 10 | D | 5B | 2C |
| Octal | 326 | 65 | 12 | 0 | 113 | 137 | 20 | 15 | 133 | 54 |
| Binary | 11010110 | 110101 | 1010 | 0 | 1001011 | 1011111 | 10000 | 1101 | 1011011 | 101100 |
Color Harmonies of #D6350A
Complementary color
Monochromatic Colors of #D6350A
Black with #D6350A
Text Example
Text Example
White with #D6350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6350A; }
p { color: rgb(214,53,10); }
H1.HeaderClassName
{
color: #D6350A;
}
.AnyTagClassName
{
color: #D6350A;
}
</style>
background-color css
<style>
a { background-color: #D6350A; }
a { background-color: rgb(214,53,10); }
div.DivClassName
{
background-color: #D6350A;
}
.BgClassName
{
background-color: #D6350A;
}
</style>
border-color css
<style>
span { border-color: #D6350A; }
span { border-color: rgb(214,53,10); }
td.TdClassName
{
border-color: #D6350A;
}
.TagClassName
{
border-color: #D6350A;
}
</style>