Html Css Color HEX #D12213 Harley Davidson Orange
📋 copy color: '#D12213'red 209 ◦ green 34 ◦ blue 19
Shades of Harley Davidson Orange #D12213
Tints of Harley Davidson Orange #D12213
RGB
CMYK
RGB Variations
Color information
#D12213 (or 0xD12213) is known color: Harley Davidson Orange. HEX triplet: D1, 22 and 13. RGB value is (209,34,19). Sum of RGB (Red+Green+Blue) = 209+34+19=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D12213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12213 is #2EDDEC. Grayscale: #545454. Windows color (decimal): -3071469 or 1254097. OLE color: 1254097.
HSL color Cylindrical-coordinate representation of color #D12213: hue angle of 4.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D12213 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.18 |
| HSL | 4.74º | 0.83% | 0.45% | - |
| HSV(B) | 4.74º | 0.91% | 0.82% | - |
| XYZ | 26.98 | 14.75 | 2.04 | - |
| YUV | 84.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 19 | 0 | 0.84 | 0.91 | 0.18 | 4.74 | 0.83 | 0.45 |
| Hex | D1 | 22 | 13 | 0 | 54 | 5B | 12 | 5 | 53 | 2D |
| Octal | 321 | 42 | 23 | 0 | 124 | 133 | 22 | 5 | 123 | 55 |
| Binary | 11010001 | 100010 | 10011 | 0 | 1010100 | 1011011 | 10010 | 101 | 1010011 | 101101 |
Color Harmonies of #D12213
Complementary color
Monochromatic Colors of #D12213
Black with #D12213
Text Example
Text Example
White with #D12213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12213; }
p { color: rgb(209,34,19); }
H1.HeaderClassName
{
color: #D12213;
}
.AnyTagClassName
{
color: #D12213;
}
</style>
background-color css
<style>
a { background-color: #D12213; }
a { background-color: rgb(209,34,19); }
div.DivClassName
{
background-color: #D12213;
}
.BgClassName
{
background-color: #D12213;
}
</style>
border-color css
<style>
span { border-color: #D12213; }
span { border-color: rgb(209,34,19); }
td.TdClassName
{
border-color: #D12213;
}
.TagClassName
{
border-color: #D12213;
}
</style>