Html Css Color HEX #D4330B Harley Davidson Orange
📋 copy color: '#D4330B'red 212 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #D4330B
Tints of Harley Davidson Orange #D4330B
RGB
CMYK
RGB Variations
Color information
#D4330B (or 0xD4330B) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 0B. RGB value is (212,51,11). Sum of RGB (Red+Green+Blue) = 212+51+11=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D4330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4330B is #2BCCF4. Grayscale: #5E5E5E. Windows color (decimal): -2870517 or 734164. OLE color: 734164.
HSL color Cylindrical-coordinate representation of color #D4330B: hue angle of 11.94º 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 #D4330B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.17 |
| HSL | 11.94º | 0.9% | 0.44% | - |
| HSV(B) | 11.94º | 0.95% | 0.83% | - |
| XYZ | 28.4 | 16.39 | 1.98 | - |
| YUV | 94.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 11 | 0 | 0.76 | 0.95 | 0.17 | 11.94 | 0.9 | 0.44 |
| Hex | D4 | 33 | B | 0 | 4C | 5F | 11 | C | 5A | 2C |
| Octal | 324 | 63 | 13 | 0 | 114 | 137 | 21 | 14 | 132 | 54 |
| Binary | 11010100 | 110011 | 1011 | 0 | 1001100 | 1011111 | 10001 | 1100 | 1011010 | 101100 |
Color Harmonies of #D4330B
Complementary color
Monochromatic Colors of #D4330B
Black with #D4330B
Text Example
Text Example
White with #D4330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4330B; }
p { color: rgb(212,51,11); }
H1.HeaderClassName
{
color: #D4330B;
}
.AnyTagClassName
{
color: #D4330B;
}
</style>
background-color css
<style>
a { background-color: #D4330B; }
a { background-color: rgb(212,51,11); }
div.DivClassName
{
background-color: #D4330B;
}
.BgClassName
{
background-color: #D4330B;
}
</style>
border-color css
<style>
span { border-color: #D4330B; }
span { border-color: rgb(212,51,11); }
td.TdClassName
{
border-color: #D4330B;
}
.TagClassName
{
border-color: #D4330B;
}
</style>