Html Css Color HEX #D5231C Harley Davidson Orange
📋 copy color: '#D5231C'red 213 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #D5231C
Tints of Harley Davidson Orange #D5231C
RGB
CMYK
RGB Variations
Color information
#D5231C (or 0xD5231C) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 1C. RGB value is (213,35,28). Sum of RGB (Red+Green+Blue) = 213+35+28=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231C is #2ADCE3. Grayscale: #575757. Windows color (decimal): -2809060 or 1844181. OLE color: 1844181.
HSL color Cylindrical-coordinate representation of color #D5231C: hue angle of 2.27º 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 #D5231C is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 28 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.16 |
| HSL | 2.27º | 0.77% | 0.47% | - |
| HSV(B) | 2.27º | 0.87% | 0.84% | - |
| XYZ | 28.25 | 15.43 | 2.59 | - |
| YUV | 87.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 28 | 0 | 0.84 | 0.87 | 0.16 | 2.27 | 0.77 | 0.47 |
| Hex | D5 | 23 | 1C | 0 | 54 | 57 | 10 | 2 | 4D | 2F |
| Octal | 325 | 43 | 34 | 0 | 124 | 127 | 20 | 2 | 115 | 57 |
| Binary | 11010101 | 100011 | 11100 | 0 | 1010100 | 1010111 | 10000 | 10 | 1001101 | 101111 |
Color Harmonies of #D5231C
Complementary color
Monochromatic Colors of #D5231C
Black with #D5231C
Text Example
Text Example
White with #D5231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5231C; }
p { color: rgb(213,35,28); }
H1.HeaderClassName
{
color: #D5231C;
}
.AnyTagClassName
{
color: #D5231C;
}
</style>
background-color css
<style>
a { background-color: #D5231C; }
a { background-color: rgb(213,35,28); }
div.DivClassName
{
background-color: #D5231C;
}
.BgClassName
{
background-color: #D5231C;
}
</style>
border-color css
<style>
span { border-color: #D5231C; }
span { border-color: rgb(213,35,28); }
td.TdClassName
{
border-color: #D5231C;
}
.TagClassName
{
border-color: #D5231C;
}
</style>