Html Css Color HEX #D5451D Harley Davidson Orange
📋 copy color: '#D5451D'red 213 ◦ green 69 ◦ blue 29
Shades of Harley Davidson Orange #D5451D
Tints of Harley Davidson Orange #D5451D
RGB
CMYK
RGB Variations
Color information
#D5451D (or 0xD5451D) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 1D. RGB value is (213,69,29). Sum of RGB (Red+Green+Blue) = 213+69+29=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5451D is #2ABAE2. Grayscale: #6B6B6B. Windows color (decimal): -2800355 or 1918421. OLE color: 1918421.
HSL color Cylindrical-coordinate representation of color #D5451D: hue angle of 13.04º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5451D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.16 |
| HSL | 13.04º | 0.76% | 0.47% | - |
| HSV(B) | 13.04º | 0.86% | 0.84% | - |
| XYZ | 29.79 | 18.49 | 3.16 | - |
| YUV | 107.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 29 | 0 | 0.68 | 0.86 | 0.16 | 13.04 | 0.76 | 0.47 |
| Hex | D5 | 45 | 1D | 0 | 44 | 56 | 10 | D | 4C | 2F |
| Octal | 325 | 105 | 35 | 0 | 104 | 126 | 20 | 15 | 114 | 57 |
| Binary | 11010101 | 1000101 | 11101 | 0 | 1000100 | 1010110 | 10000 | 1101 | 1001100 | 101111 |
Color Harmonies of #D5451D
Complementary color
Monochromatic Colors of #D5451D
Black with #D5451D
Text Example
Text Example
White with #D5451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5451D; }
p { color: rgb(213,69,29); }
H1.HeaderClassName
{
color: #D5451D;
}
.AnyTagClassName
{
color: #D5451D;
}
</style>
background-color css
<style>
a { background-color: #D5451D; }
a { background-color: rgb(213,69,29); }
div.DivClassName
{
background-color: #D5451D;
}
.BgClassName
{
background-color: #D5451D;
}
</style>
border-color css
<style>
span { border-color: #D5451D; }
span { border-color: rgb(213,69,29); }
td.TdClassName
{
border-color: #D5451D;
}
.TagClassName
{
border-color: #D5451D;
}
</style>