Html Css Color HEX #D62300 Harley Davidson Orange
📋 copy color: '#D62300'red 214 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #D62300
Tints of Harley Davidson Orange #D62300
RGB
CMYK
RGB Variations
Color information
#D62300 (or 0xD62300) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 00. RGB value is (214,35,0). Sum of RGB (Red+Green+Blue) = 214+35+0=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D62300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62300 is #29DCFF. Grayscale: #545454. Windows color (decimal): -2743552 or 9174. OLE color: 9174.
HSL color Cylindrical-coordinate representation of color #D62300: hue angle of 9.81º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D62300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.16 |
| HSL | 9.81º | 1% | 0.42% | - |
| HSV(B) | 9.81º | 1% | 0.84% | - |
| XYZ | 28.33 | 15.5 | 1.5 | - |
| YUV | 84.53 | 80.3 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 0 | 0 | 0.84 | 1 | 0.16 | 9.81 | 1 | 0.42 |
| Hex | D6 | 23 | 0 | 0 | 54 | 64 | 10 | A | 64 | 2A |
| Octal | 326 | 43 | 0 | 0 | 124 | 144 | 20 | 12 | 144 | 52 |
| Binary | 11010110 | 100011 | 0 | 0 | 1010100 | 1100100 | 10000 | 1010 | 1100100 | 101010 |
Color Harmonies of #D62300
Complementary color
Monochromatic Colors of #D62300
Black with #D62300
Text Example
Text Example
White with #D62300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62300; }
p { color: rgb(214,35,0); }
H1.HeaderClassName
{
color: #D62300;
}
.AnyTagClassName
{
color: #D62300;
}
</style>
background-color css
<style>
a { background-color: #D62300; }
a { background-color: rgb(214,35,0); }
div.DivClassName
{
background-color: #D62300;
}
.BgClassName
{
background-color: #D62300;
}
</style>
border-color css
<style>
span { border-color: #D62300; }
span { border-color: rgb(214,35,0); }
td.TdClassName
{
border-color: #D62300;
}
.TagClassName
{
border-color: #D62300;
}
</style>