Html Css Color HEX #D5330B Harley Davidson Orange
📋 copy color: '#D5330B'red 213 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #D5330B
Tints of Harley Davidson Orange #D5330B
RGB
CMYK
RGB Variations
Color information
#D5330B (or 0xD5330B) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 0B. RGB value is (213,51,11). Sum of RGB (Red+Green+Blue) = 213+51+11=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5330B is #2ACCF4. Grayscale: #5F5F5F. Windows color (decimal): -2804981 or 734165. OLE color: 734165.
HSL color Cylindrical-coordinate representation of color #D5330B: hue angle of 11.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5330B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.16 |
| HSL | 11.88º | 0.9% | 0.44% | - |
| HSV(B) | 11.88º | 0.95% | 0.84% | - |
| XYZ | 28.68 | 16.54 | 2 | - |
| YUV | 94.88 | 80.67 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 11 | 0 | 0.76 | 0.95 | 0.16 | 11.88 | 0.9 | 0.44 |
| Hex | D5 | 33 | B | 0 | 4C | 5F | 10 | C | 5A | 2C |
| Octal | 325 | 63 | 13 | 0 | 114 | 137 | 20 | 14 | 132 | 54 |
| Binary | 11010101 | 110011 | 1011 | 0 | 1001100 | 1011111 | 10000 | 1100 | 1011010 | 101100 |
Color Harmonies of #D5330B
Complementary color
Monochromatic Colors of #D5330B
Black with #D5330B
Text Example
Text Example
White with #D5330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5330B; }
p { color: rgb(213,51,11); }
H1.HeaderClassName
{
color: #D5330B;
}
.AnyTagClassName
{
color: #D5330B;
}
</style>
background-color css
<style>
a { background-color: #D5330B; }
a { background-color: rgb(213,51,11); }
div.DivClassName
{
background-color: #D5330B;
}
.BgClassName
{
background-color: #D5330B;
}
</style>
border-color css
<style>
span { border-color: #D5330B; }
span { border-color: rgb(213,51,11); }
td.TdClassName
{
border-color: #D5330B;
}
.TagClassName
{
border-color: #D5330B;
}
</style>