Html Css Color HEX #D5440A Harley Davidson Orange
📋 copy color: '#D5440A'red 213 ◦ green 68 ◦ blue 10
Shades of Harley Davidson Orange #D5440A
Tints of Harley Davidson Orange #D5440A
RGB
CMYK
RGB Variations
Color information
#D5440A (or 0xD5440A) is known color: Harley Davidson Orange. HEX triplet: D5, 44 and 0A. RGB value is (213,68,10). Sum of RGB (Red+Green+Blue) = 213+68+10=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5440A is #2ABBF5. Grayscale: #696969. Windows color (decimal): -2800630 or 672981. OLE color: 672981.
HSL color Cylindrical-coordinate representation of color #D5440A: hue angle of 17.14º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5440A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.16 |
| HSL | 17.14º | 0.91% | 0.44% | - |
| HSV(B) | 17.14º | 0.95% | 0.84% | - |
| XYZ | 29.56 | 18.3 | 2.26 | - |
| YUV | 104.74 | 74.54 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 10 | 0 | 0.68 | 0.95 | 0.16 | 17.14 | 0.91 | 0.44 |
| Hex | D5 | 44 | A | 0 | 44 | 5F | 10 | 11 | 5B | 2C |
| Octal | 325 | 104 | 12 | 0 | 104 | 137 | 20 | 21 | 133 | 54 |
| Binary | 11010101 | 1000100 | 1010 | 0 | 1000100 | 1011111 | 10000 | 10001 | 1011011 | 101100 |
Color Harmonies of #D5440A
Complementary color
Monochromatic Colors of #D5440A
Black with #D5440A
Text Example
Text Example
White with #D5440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5440A; }
p { color: rgb(213,68,10); }
H1.HeaderClassName
{
color: #D5440A;
}
.AnyTagClassName
{
color: #D5440A;
}
</style>
background-color css
<style>
a { background-color: #D5440A; }
a { background-color: rgb(213,68,10); }
div.DivClassName
{
background-color: #D5440A;
}
.BgClassName
{
background-color: #D5440A;
}
</style>
border-color css
<style>
span { border-color: #D5440A; }
span { border-color: rgb(213,68,10); }
td.TdClassName
{
border-color: #D5440A;
}
.TagClassName
{
border-color: #D5440A;
}
</style>