Html Css Color HEX #D2431F Harley Davidson Orange
📋 copy color: '#D2431F'red 210 ◦ green 67 ◦ blue 31
Shades of Harley Davidson Orange #D2431F
Tints of Harley Davidson Orange #D2431F
RGB
CMYK
RGB Variations
Color information
#D2431F (or 0xD2431F) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 1F. RGB value is (210,67,31). Sum of RGB (Red+Green+Blue) = 210+67+31=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2431F is #2DBCE0. Grayscale: #696969. Windows color (decimal): -2997473 or 2048978. OLE color: 2048978.
HSL color Cylindrical-coordinate representation of color #D2431F: hue angle of 12.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2431F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 31 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.18 |
| HSL | 12.07º | 0.74% | 0.47% | - |
| HSV(B) | 12.07º | 0.85% | 0.82% | - |
| XYZ | 28.83 | 17.81 | 3.22 | - |
| YUV | 105.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 31 | 0 | 0.68 | 0.85 | 0.18 | 12.07 | 0.74 | 0.47 |
| Hex | D2 | 43 | 1F | 0 | 44 | 55 | 12 | C | 4A | 2F |
| Octal | 322 | 103 | 37 | 0 | 104 | 125 | 22 | 14 | 112 | 57 |
| Binary | 11010010 | 1000011 | 11111 | 0 | 1000100 | 1010101 | 10010 | 1100 | 1001010 | 101111 |
Color Harmonies of #D2431F
Complementary color
Monochromatic Colors of #D2431F
Black with #D2431F
Text Example
Text Example
White with #D2431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2431F; }
p { color: rgb(210,67,31); }
H1.HeaderClassName
{
color: #D2431F;
}
.AnyTagClassName
{
color: #D2431F;
}
</style>
background-color css
<style>
a { background-color: #D2431F; }
a { background-color: rgb(210,67,31); }
div.DivClassName
{
background-color: #D2431F;
}
.BgClassName
{
background-color: #D2431F;
}
</style>
border-color css
<style>
span { border-color: #D2431F; }
span { border-color: rgb(210,67,31); }
td.TdClassName
{
border-color: #D2431F;
}
.TagClassName
{
border-color: #D2431F;
}
</style>