Html Css Color HEX #D2431B Harley Davidson Orange
📋 copy color: '#D2431B'red 210 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #D2431B
Tints of Harley Davidson Orange #D2431B
RGB
CMYK
RGB Variations
Color information
#D2431B (or 0xD2431B) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 1B. RGB value is (210,67,27). Sum of RGB (Red+Green+Blue) = 210+67+27=304 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.08% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 210 - color contains mainly: red. Hex color #D2431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2431B is #2DBCE4. Grayscale: #696969. Windows color (decimal): -2997477 or 1786834. OLE color: 1786834.
HSL color Cylindrical-coordinate representation of color #D2431B: hue angle of 13.11º 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 #D2431B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 27 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.18 |
| HSL | 13.11º | 0.77% | 0.46% | - |
| HSV(B) | 13.11º | 0.87% | 0.82% | - |
| XYZ | 28.78 | 17.8 | 2.95 | - |
| YUV | 105.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 27 | 0 | 0.68 | 0.87 | 0.18 | 13.11 | 0.77 | 0.46 |
| Hex | D2 | 43 | 1B | 0 | 44 | 57 | 12 | D | 4D | 2E |
| Octal | 322 | 103 | 33 | 0 | 104 | 127 | 22 | 15 | 115 | 56 |
| Binary | 11010010 | 1000011 | 11011 | 0 | 1000100 | 1010111 | 10010 | 1101 | 1001101 | 101110 |
Color Harmonies of #D2431B
Complementary color
Monochromatic Colors of #D2431B
Black with #D2431B
Text Example
Text Example
White with #D2431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2431B; }
p { color: rgb(210,67,27); }
H1.HeaderClassName
{
color: #D2431B;
}
.AnyTagClassName
{
color: #D2431B;
}
</style>
background-color css
<style>
a { background-color: #D2431B; }
a { background-color: rgb(210,67,27); }
div.DivClassName
{
background-color: #D2431B;
}
.BgClassName
{
background-color: #D2431B;
}
</style>
border-color css
<style>
span { border-color: #D2431B; }
span { border-color: rgb(210,67,27); }
td.TdClassName
{
border-color: #D2431B;
}
.TagClassName
{
border-color: #D2431B;
}
</style>