Html Css Color HEX #D2381B Harley Davidson Orange
📋 copy color: '#D2381B'red 210 ◦ green 56 ◦ blue 27
Shades of Harley Davidson Orange #D2381B
Tints of Harley Davidson Orange #D2381B
RGB
CMYK
RGB Variations
Color information
#D2381B (or 0xD2381B) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 1B. RGB value is (210,56,27). Sum of RGB (Red+Green+Blue) = 210+56+27=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2381B is #2DC7E4. Grayscale: #636363. Windows color (decimal): -3000293 or 1784018. OLE color: 1784018.
HSL color Cylindrical-coordinate representation of color #D2381B: hue angle of 9.51º 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 #D2381B is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 27 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.18 |
| HSL | 9.51º | 0.77% | 0.46% | - |
| HSV(B) | 9.51º | 0.87% | 0.82% | - |
| XYZ | 28.19 | 16.61 | 2.76 | - |
| YUV | 98.74 | 87.52 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 27 | 0 | 0.73 | 0.87 | 0.18 | 9.51 | 0.77 | 0.46 |
| Hex | D2 | 38 | 1B | 0 | 49 | 57 | 12 | A | 4D | 2E |
| Octal | 322 | 70 | 33 | 0 | 111 | 127 | 22 | 12 | 115 | 56 |
| Binary | 11010010 | 111000 | 11011 | 0 | 1001001 | 1010111 | 10010 | 1010 | 1001101 | 101110 |
Color Harmonies of #D2381B
Complementary color
Monochromatic Colors of #D2381B
Black with #D2381B
Text Example
Text Example
White with #D2381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2381B; }
p { color: rgb(210,56,27); }
H1.HeaderClassName
{
color: #D2381B;
}
.AnyTagClassName
{
color: #D2381B;
}
</style>
background-color css
<style>
a { background-color: #D2381B; }
a { background-color: rgb(210,56,27); }
div.DivClassName
{
background-color: #D2381B;
}
.BgClassName
{
background-color: #D2381B;
}
</style>
border-color css
<style>
span { border-color: #D2381B; }
span { border-color: rgb(210,56,27); }
td.TdClassName
{
border-color: #D2381B;
}
.TagClassName
{
border-color: #D2381B;
}
</style>