Html Css Color HEX #D2431A Harley Davidson Orange
📋 copy color: '#D2431A'red 210 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #D2431A
Tints of Harley Davidson Orange #D2431A
RGB
CMYK
RGB Variations
Color information
#D2431A (or 0xD2431A) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 1A. RGB value is (210,67,26). Sum of RGB (Red+Green+Blue) = 210+67+26=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D2431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2431A is #2DBCE5. Grayscale: #696969. Windows color (decimal): -2997478 or 1721298. OLE color: 1721298.
HSL color Cylindrical-coordinate representation of color #D2431A: hue angle of 13.37º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2431A is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 26 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.18 |
| HSL | 13.37º | 0.78% | 0.46% | - |
| HSV(B) | 13.37º | 0.88% | 0.82% | - |
| XYZ | 28.77 | 17.79 | 2.89 | - |
| YUV | 105.08 | 83.38 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 26 | 0 | 0.68 | 0.88 | 0.18 | 13.37 | 0.78 | 0.46 |
| Hex | D2 | 43 | 1A | 0 | 44 | 58 | 12 | D | 4E | 2E |
| Octal | 322 | 103 | 32 | 0 | 104 | 130 | 22 | 15 | 116 | 56 |
| Binary | 11010010 | 1000011 | 11010 | 0 | 1000100 | 1011000 | 10010 | 1101 | 1001110 | 101110 |
Color Harmonies of #D2431A
Complementary color
Monochromatic Colors of #D2431A
Black with #D2431A
Text Example
Text Example
White with #D2431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2431A; }
p { color: rgb(210,67,26); }
H1.HeaderClassName
{
color: #D2431A;
}
.AnyTagClassName
{
color: #D2431A;
}
</style>
background-color css
<style>
a { background-color: #D2431A; }
a { background-color: rgb(210,67,26); }
div.DivClassName
{
background-color: #D2431A;
}
.BgClassName
{
background-color: #D2431A;
}
</style>
border-color css
<style>
span { border-color: #D2431A; }
span { border-color: rgb(210,67,26); }
td.TdClassName
{
border-color: #D2431A;
}
.TagClassName
{
border-color: #D2431A;
}
</style>