Html Css Color HEX #D23914 Harley Davidson Orange
📋 copy color: '#D23914'red 210 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #D23914
Tints of Harley Davidson Orange #D23914
RGB
CMYK
RGB Variations
Color information
#D23914 (or 0xD23914) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 14. RGB value is (210,57,20). Sum of RGB (Red+Green+Blue) = 210+57+20=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D23914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23914 is #2DC6EB. Grayscale: #626262. Windows color (decimal): -3000044 or 1325522. OLE color: 1325522.
HSL color Cylindrical-coordinate representation of color #D23914: hue angle of 11.68º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D23914 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.18 |
| HSL | 11.68º | 0.83% | 0.45% | - |
| HSV(B) | 11.68º | 0.9% | 0.82% | - |
| XYZ | 28.17 | 16.68 | 2.4 | - |
| YUV | 98.53 | 83.69 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 20 | 0 | 0.73 | 0.90 | 0.18 | 11.68 | 0.83 | 0.45 |
| Hex | D2 | 39 | 14 | 0 | 49 | 5A | 12 | C | 53 | 2D |
| Octal | 322 | 71 | 24 | 0 | 111 | 132 | 22 | 14 | 123 | 55 |
| Binary | 11010010 | 111001 | 10100 | 0 | 1001001 | 1011010 | 10010 | 1100 | 1010011 | 101101 |
Color Harmonies of #D23914
Complementary color
Monochromatic Colors of #D23914
Black with #D23914
Text Example
Text Example
White with #D23914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23914; }
p { color: rgb(210,57,20); }
H1.HeaderClassName
{
color: #D23914;
}
.AnyTagClassName
{
color: #D23914;
}
</style>
background-color css
<style>
a { background-color: #D23914; }
a { background-color: rgb(210,57,20); }
div.DivClassName
{
background-color: #D23914;
}
.BgClassName
{
background-color: #D23914;
}
</style>
border-color css
<style>
span { border-color: #D23914; }
span { border-color: rgb(210,57,20); }
td.TdClassName
{
border-color: #D23914;
}
.TagClassName
{
border-color: #D23914;
}
</style>