Html Css Color HEX #D3441C Harley Davidson Orange
📋 copy color: '#D3441C'red 211 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #D3441C
Tints of Harley Davidson Orange #D3441C
RGB
CMYK
RGB Variations
Color information
#D3441C (or 0xD3441C) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 1C. RGB value is (211,68,28). Sum of RGB (Red+Green+Blue) = 211+68+28=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3441C is #2CBBE3. Grayscale: #6A6A6A. Windows color (decimal): -2931684 or 1852627. OLE color: 1852627.
HSL color Cylindrical-coordinate representation of color #D3441C: hue angle of 13.11º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3441C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.17 |
| HSL | 13.11º | 0.77% | 0.47% | - |
| HSV(B) | 13.11º | 0.87% | 0.83% | - |
| XYZ | 29.14 | 18.07 | 3.05 | - |
| YUV | 106.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 28 | 0 | 0.68 | 0.87 | 0.17 | 13.11 | 0.77 | 0.47 |
| Hex | D3 | 44 | 1C | 0 | 44 | 57 | 11 | D | 4D | 2F |
| Octal | 323 | 104 | 34 | 0 | 104 | 127 | 21 | 15 | 115 | 57 |
| Binary | 11010011 | 1000100 | 11100 | 0 | 1000100 | 1010111 | 10001 | 1101 | 1001101 | 101111 |
Color Harmonies of #D3441C
Complementary color
Monochromatic Colors of #D3441C
Black with #D3441C
Text Example
Text Example
White with #D3441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3441C; }
p { color: rgb(211,68,28); }
H1.HeaderClassName
{
color: #D3441C;
}
.AnyTagClassName
{
color: #D3441C;
}
</style>
background-color css
<style>
a { background-color: #D3441C; }
a { background-color: rgb(211,68,28); }
div.DivClassName
{
background-color: #D3441C;
}
.BgClassName
{
background-color: #D3441C;
}
</style>
border-color css
<style>
span { border-color: #D3441C; }
span { border-color: rgb(211,68,28); }
td.TdClassName
{
border-color: #D3441C;
}
.TagClassName
{
border-color: #D3441C;
}
</style>