Html Css Color HEX #D3230F Harley Davidson Orange
📋 copy color: '#D3230F'red 211 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #D3230F
Tints of Harley Davidson Orange #D3230F
RGB
CMYK
RGB Variations
Color information
#D3230F (or 0xD3230F) is known color: Harley Davidson Orange. HEX triplet: D3, 23 and 0F. RGB value is (211,35,15). Sum of RGB (Red+Green+Blue) = 211+35+15=261 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.84% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 211 - color contains mainly: red. Hex color #D3230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3230F is #2CDCF0. Grayscale: #555555. Windows color (decimal): -2940145 or 992211. OLE color: 992211.
HSL color Cylindrical-coordinate representation of color #D3230F: hue angle of 6.12º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3230F is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 15 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.17 |
| HSL | 6.12º | 0.87% | 0.44% | - |
| HSV(B) | 6.12º | 0.93% | 0.83% | - |
| XYZ | 27.55 | 15.09 | 1.91 | - |
| YUV | 85.34 | 88.31 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 15 | 0 | 0.83 | 0.93 | 0.17 | 6.12 | 0.87 | 0.44 |
| Hex | D3 | 23 | F | 0 | 53 | 5D | 11 | 6 | 57 | 2C |
| Octal | 323 | 43 | 17 | 0 | 123 | 135 | 21 | 6 | 127 | 54 |
| Binary | 11010011 | 100011 | 1111 | 0 | 1010011 | 1011101 | 10001 | 110 | 1010111 | 101100 |
Color Harmonies of #D3230F
Complementary color
Monochromatic Colors of #D3230F
Black with #D3230F
Text Example
Text Example
White with #D3230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3230F; }
p { color: rgb(211,35,15); }
H1.HeaderClassName
{
color: #D3230F;
}
.AnyTagClassName
{
color: #D3230F;
}
</style>
background-color css
<style>
a { background-color: #D3230F; }
a { background-color: rgb(211,35,15); }
div.DivClassName
{
background-color: #D3230F;
}
.BgClassName
{
background-color: #D3230F;
}
</style>
border-color css
<style>
span { border-color: #D3230F; }
span { border-color: rgb(211,35,15); }
td.TdClassName
{
border-color: #D3230F;
}
.TagClassName
{
border-color: #D3230F;
}
</style>