Html Css Color HEX #D5300C Harley Davidson Orange
📋 copy color: '#D5300C'red 213 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #D5300C
Tints of Harley Davidson Orange #D5300C
RGB
CMYK
RGB Variations
Color information
#D5300C (or 0xD5300C) is known color: Harley Davidson Orange. HEX triplet: D5, 30 and 0C. RGB value is (213,48,12). Sum of RGB (Red+Green+Blue) = 213+48+12=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5300C is #2ACFF3. Grayscale: #5D5D5D. Windows color (decimal): -2805748 or 798933. OLE color: 798933.
HSL color Cylindrical-coordinate representation of color #D5300C: hue angle of 10.75º 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 #D5300C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.16 |
| HSL | 10.75º | 0.89% | 0.44% | - |
| HSV(B) | 10.75º | 0.94% | 0.84% | - |
| XYZ | 28.56 | 16.29 | 1.99 | - |
| YUV | 93.23 | 82.16 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 12 | 0 | 0.77 | 0.94 | 0.16 | 10.75 | 0.89 | 0.44 |
| Hex | D5 | 30 | C | 0 | 4D | 5E | 10 | B | 59 | 2C |
| Octal | 325 | 60 | 14 | 0 | 115 | 136 | 20 | 13 | 131 | 54 |
| Binary | 11010101 | 110000 | 1100 | 0 | 1001101 | 1011110 | 10000 | 1011 | 1011001 | 101100 |
Color Harmonies of #D5300C
Complementary color
Monochromatic Colors of #D5300C
Black with #D5300C
Text Example
Text Example
White with #D5300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5300C; }
p { color: rgb(213,48,12); }
H1.HeaderClassName
{
color: #D5300C;
}
.AnyTagClassName
{
color: #D5300C;
}
</style>
background-color css
<style>
a { background-color: #D5300C; }
a { background-color: rgb(213,48,12); }
div.DivClassName
{
background-color: #D5300C;
}
.BgClassName
{
background-color: #D5300C;
}
</style>
border-color css
<style>
span { border-color: #D5300C; }
span { border-color: rgb(213,48,12); }
td.TdClassName
{
border-color: #D5300C;
}
.TagClassName
{
border-color: #D5300C;
}
</style>