Html Css Color HEX #D2330B Harley Davidson Orange
📋 copy color: '#D2330B'red 210 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #D2330B
Tints of Harley Davidson Orange #D2330B
RGB
CMYK
RGB Variations
Color information
#D2330B (or 0xD2330B) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 0B. RGB value is (210,51,11). Sum of RGB (Red+Green+Blue) = 210+51+11=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2330B is #2DCCF4. Grayscale: #5E5E5E. Windows color (decimal): -3001589 or 734162. OLE color: 734162.
HSL color Cylindrical-coordinate representation of color #D2330B: hue angle of 12.06º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2330B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.18 |
| HSL | 12.06º | 0.9% | 0.43% | - |
| HSV(B) | 12.06º | 0.95% | 0.82% | - |
| XYZ | 27.82 | 16.09 | 1.96 | - |
| YUV | 93.98 | 81.18 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 11 | 0 | 0.76 | 0.95 | 0.18 | 12.06 | 0.9 | 0.43 |
| Hex | D2 | 33 | B | 0 | 4C | 5F | 12 | C | 5A | 2B |
| Octal | 322 | 63 | 13 | 0 | 114 | 137 | 22 | 14 | 132 | 53 |
| Binary | 11010010 | 110011 | 1011 | 0 | 1001100 | 1011111 | 10010 | 1100 | 1011010 | 101011 |
Color Harmonies of #D2330B
Complementary color
Monochromatic Colors of #D2330B
Black with #D2330B
Text Example
Text Example
White with #D2330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2330B; }
p { color: rgb(210,51,11); }
H1.HeaderClassName
{
color: #D2330B;
}
.AnyTagClassName
{
color: #D2330B;
}
</style>
background-color css
<style>
a { background-color: #D2330B; }
a { background-color: rgb(210,51,11); }
div.DivClassName
{
background-color: #D2330B;
}
.BgClassName
{
background-color: #D2330B;
}
</style>
border-color css
<style>
span { border-color: #D2330B; }
span { border-color: rgb(210,51,11); }
td.TdClassName
{
border-color: #D2330B;
}
.TagClassName
{
border-color: #D2330B;
}
</style>