Html Css Color HEX #D2241B Harley Davidson Orange
📋 copy color: '#D2241B'red 210 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #D2241B
Tints of Harley Davidson Orange #D2241B
RGB
CMYK
RGB Variations
Color information
#D2241B (or 0xD2241B) is known color: Harley Davidson Orange. HEX triplet: D2, 24 and 1B. RGB value is (210,36,27). Sum of RGB (Red+Green+Blue) = 210+36+27=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2241B is #2DDBE4. Grayscale: #575757. Windows color (decimal): -3005413 or 1778898. OLE color: 1778898.
HSL color Cylindrical-coordinate representation of color #D2241B: hue angle of 2.95º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2241B is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 36 | 27 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.18 |
| HSL | 2.95º | 0.77% | 0.46% | - |
| HSV(B) | 2.95º | 0.87% | 0.82% | - |
| XYZ | 27.41 | 15.04 | 2.5 | - |
| YUV | 87 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 27 | 0 | 0.83 | 0.87 | 0.18 | 2.95 | 0.77 | 0.46 |
| Hex | D2 | 24 | 1B | 0 | 53 | 57 | 12 | 3 | 4D | 2E |
| Octal | 322 | 44 | 33 | 0 | 123 | 127 | 22 | 3 | 115 | 56 |
| Binary | 11010010 | 100100 | 11011 | 0 | 1010011 | 1010111 | 10010 | 11 | 1001101 | 101110 |
Color Harmonies of #D2241B
Complementary color
Monochromatic Colors of #D2241B
Black with #D2241B
Text Example
Text Example
White with #D2241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2241B; }
p { color: rgb(210,36,27); }
H1.HeaderClassName
{
color: #D2241B;
}
.AnyTagClassName
{
color: #D2241B;
}
</style>
background-color css
<style>
a { background-color: #D2241B; }
a { background-color: rgb(210,36,27); }
div.DivClassName
{
background-color: #D2241B;
}
.BgClassName
{
background-color: #D2241B;
}
</style>
border-color css
<style>
span { border-color: #D2241B; }
span { border-color: rgb(210,36,27); }
td.TdClassName
{
border-color: #D2241B;
}
.TagClassName
{
border-color: #D2241B;
}
</style>