Html Css Color HEX #D2271C Harley Davidson Orange
📋 copy color: '#D2271C'red 210 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #D2271C
Tints of Harley Davidson Orange #D2271C
RGB
CMYK
RGB Variations
Color information
#D2271C (or 0xD2271C) is known color: Harley Davidson Orange. HEX triplet: D2, 27 and 1C. RGB value is (210,39,28). Sum of RGB (Red+Green+Blue) = 210+39+28=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D2271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2271C is #2DD8E3. Grayscale: #595959. Windows color (decimal): -3004644 or 1845202. OLE color: 1845202.
HSL color Cylindrical-coordinate representation of color #D2271C: hue angle of 3.63º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2271C is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.18 |
| HSL | 3.63º | 0.76% | 0.47% | - |
| HSV(B) | 3.63º | 0.87% | 0.82% | - |
| XYZ | 27.51 | 15.24 | 2.59 | - |
| YUV | 88.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 28 | 0 | 0.81 | 0.87 | 0.18 | 3.63 | 0.76 | 0.47 |
| Hex | D2 | 27 | 1C | 0 | 51 | 57 | 12 | 4 | 4C | 2F |
| Octal | 322 | 47 | 34 | 0 | 121 | 127 | 22 | 4 | 114 | 57 |
| Binary | 11010010 | 100111 | 11100 | 0 | 1010001 | 1010111 | 10010 | 100 | 1001100 | 101111 |
Color Harmonies of #D2271C
Complementary color
Monochromatic Colors of #D2271C
Black with #D2271C
Text Example
Text Example
White with #D2271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2271C; }
p { color: rgb(210,39,28); }
H1.HeaderClassName
{
color: #D2271C;
}
.AnyTagClassName
{
color: #D2271C;
}
</style>
background-color css
<style>
a { background-color: #D2271C; }
a { background-color: rgb(210,39,28); }
div.DivClassName
{
background-color: #D2271C;
}
.BgClassName
{
background-color: #D2271C;
}
</style>
border-color css
<style>
span { border-color: #D2271C; }
span { border-color: rgb(210,39,28); }
td.TdClassName
{
border-color: #D2271C;
}
.TagClassName
{
border-color: #D2271C;
}
</style>