Html Css Color HEX #D0231C Harley Davidson Orange
📋 copy color: '#D0231C'red 208 ◦ green 35 ◦ blue 28
Shades of Harley Davidson Orange #D0231C
Tints of Harley Davidson Orange #D0231C
RGB
CMYK
RGB Variations
Color information
#D0231C (or 0xD0231C) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 1C. RGB value is (208,35,28). Sum of RGB (Red+Green+Blue) = 208+35+28=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0231C is #2FDCE3. Grayscale: #565656. Windows color (decimal): -3136740 or 1844176. OLE color: 1844176.
HSL color Cylindrical-coordinate representation of color #D0231C: hue angle of 2.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0231C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 28 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.18 |
| HSL | 2.33º | 0.76% | 0.46% | - |
| HSV(B) | 2.33º | 0.87% | 0.82% | - |
| XYZ | 26.82 | 14.7 | 2.52 | - |
| YUV | 85.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 28 | 0 | 0.83 | 0.87 | 0.18 | 2.33 | 0.76 | 0.46 |
| Hex | D0 | 23 | 1C | 0 | 53 | 57 | 12 | 2 | 4C | 2E |
| Octal | 320 | 43 | 34 | 0 | 123 | 127 | 22 | 2 | 114 | 56 |
| Binary | 11010000 | 100011 | 11100 | 0 | 1010011 | 1010111 | 10010 | 10 | 1001100 | 101110 |
Color Harmonies of #D0231C
Complementary color
Monochromatic Colors of #D0231C
Black with #D0231C
Text Example
Text Example
White with #D0231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0231C; }
p { color: rgb(208,35,28); }
H1.HeaderClassName
{
color: #D0231C;
}
.AnyTagClassName
{
color: #D0231C;
}
</style>
background-color css
<style>
a { background-color: #D0231C; }
a { background-color: rgb(208,35,28); }
div.DivClassName
{
background-color: #D0231C;
}
.BgClassName
{
background-color: #D0231C;
}
</style>
border-color css
<style>
span { border-color: #D0231C; }
span { border-color: rgb(208,35,28); }
td.TdClassName
{
border-color: #D0231C;
}
.TagClassName
{
border-color: #D0231C;
}
</style>