Html Css Color HEX #D4230B Harley Davidson Orange
📋 copy color: '#D4230B'red 212 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #D4230B
Tints of Harley Davidson Orange #D4230B
RGB
CMYK
RGB Variations
Color information
#D4230B (or 0xD4230B) is known color: Harley Davidson Orange. HEX triplet: D4, 23 and 0B. RGB value is (212,35,11). Sum of RGB (Red+Green+Blue) = 212+35+11=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4230B is #2BDCF4. Grayscale: #555555. Windows color (decimal): -2874613 or 730068. OLE color: 730068.
HSL color Cylindrical-coordinate representation of color #D4230B: hue angle of 7.16º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4230B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.17 |
| HSL | 7.16º | 0.9% | 0.44% | - |
| HSV(B) | 7.16º | 0.95% | 0.83% | - |
| XYZ | 27.81 | 15.22 | 1.79 | - |
| YUV | 85.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 11 | 0 | 0.83 | 0.95 | 0.17 | 7.16 | 0.9 | 0.44 |
| Hex | D4 | 23 | B | 0 | 53 | 5F | 11 | 7 | 5A | 2C |
| Octal | 324 | 43 | 13 | 0 | 123 | 137 | 21 | 7 | 132 | 54 |
| Binary | 11010100 | 100011 | 1011 | 0 | 1010011 | 1011111 | 10001 | 111 | 1011010 | 101100 |
Color Harmonies of #D4230B
Complementary color
Monochromatic Colors of #D4230B
Black with #D4230B
Text Example
Text Example
White with #D4230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4230B; }
p { color: rgb(212,35,11); }
H1.HeaderClassName
{
color: #D4230B;
}
.AnyTagClassName
{
color: #D4230B;
}
</style>
background-color css
<style>
a { background-color: #D4230B; }
a { background-color: rgb(212,35,11); }
div.DivClassName
{
background-color: #D4230B;
}
.BgClassName
{
background-color: #D4230B;
}
</style>
border-color css
<style>
span { border-color: #D4230B; }
span { border-color: rgb(212,35,11); }
td.TdClassName
{
border-color: #D4230B;
}
.TagClassName
{
border-color: #D4230B;
}
</style>