Html Css Color HEX #D5441C Harley Davidson Orange
📋 copy color: '#D5441C'red 213 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #D5441C
Tints of Harley Davidson Orange #D5441C
RGB
CMYK
RGB Variations
Color information
#D5441C (or 0xD5441C) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 1C. RGB value is (213,68,28). Sum of RGB (Red+Green+Blue) = 213+68+28=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5441C is #2ABBE3. Grayscale: #6B6B6B. Windows color (decimal): -2800612 or 1852629. OLE color: 1852629.
HSL color Cylindrical-coordinate representation of color #D5441C: hue angle of 12.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5441C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 28 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.16 |
| HSL | 12.97º | 0.77% | 0.47% | - |
| HSV(B) | 12.97º | 0.87% | 0.84% | - |
| XYZ | 29.72 | 18.36 | 3.08 | - |
| YUV | 106.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 28 | 0 | 0.68 | 0.87 | 0.16 | 12.97 | 0.77 | 0.47 |
| Hex | D5 | 44 | 1C | 0 | 44 | 57 | 10 | D | 4D | 2F |
| Octal | 325 | 104 | 34 | 0 | 104 | 127 | 20 | 15 | 115 | 57 |
| Binary | 11010101 | 1000100 | 11100 | 0 | 1000100 | 1010111 | 10000 | 1101 | 1001101 | 101111 |
Color Harmonies of #D5441C
Complementary color
Monochromatic Colors of #D5441C
Black with #D5441C
Text Example
Text Example
White with #D5441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5441C; }
p { color: rgb(213,68,28); }
H1.HeaderClassName
{
color: #D5441C;
}
.AnyTagClassName
{
color: #D5441C;
}
</style>
background-color css
<style>
a { background-color: #D5441C; }
a { background-color: rgb(213,68,28); }
div.DivClassName
{
background-color: #D5441C;
}
.BgClassName
{
background-color: #D5441C;
}
</style>
border-color css
<style>
span { border-color: #D5441C; }
span { border-color: rgb(213,68,28); }
td.TdClassName
{
border-color: #D5441C;
}
.TagClassName
{
border-color: #D5441C;
}
</style>