Html Css Color HEX #D23C00 Harley Davidson Orange
📋 copy color: '#D23C00'red 210 ◦ green 60 ◦ blue 0
Shades of Harley Davidson Orange #D23C00
Tints of Harley Davidson Orange #D23C00
RGB
CMYK
RGB Variations
Color information
#D23C00 (or 0xD23C00) is known color: Harley Davidson Orange. HEX triplet: D2, 3C and 00. RGB value is (210,60,0). Sum of RGB (Red+Green+Blue) = 210+60+0=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23C00 is #2DC3FF. Grayscale: #626262. Windows color (decimal): -2999296 or 15570. OLE color: 15570.
HSL color Cylindrical-coordinate representation of color #D23C00: hue angle of 17.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D23C00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.18 |
| HSL | 17.14º | 1% | 0.41% | - |
| HSV(B) | 17.14º | 1% | 0.82% | - |
| XYZ | 28.19 | 16.93 | 1.78 | - |
| YUV | 98.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 0 | 0 | 0.71 | 1 | 0.18 | 17.14 | 1 | 0.41 |
| Hex | D2 | 3C | 0 | 0 | 47 | 64 | 12 | 11 | 64 | 29 |
| Octal | 322 | 74 | 0 | 0 | 107 | 144 | 22 | 21 | 144 | 51 |
| Binary | 11010010 | 111100 | 0 | 0 | 1000111 | 1100100 | 10010 | 10001 | 1100100 | 101001 |
Color Harmonies of #D23C00
Complementary color
Monochromatic Colors of #D23C00
Black with #D23C00
Text Example
Text Example
White with #D23C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C00; }
p { color: rgb(210,60,0); }
H1.HeaderClassName
{
color: #D23C00;
}
.AnyTagClassName
{
color: #D23C00;
}
</style>
background-color css
<style>
a { background-color: #D23C00; }
a { background-color: rgb(210,60,0); }
div.DivClassName
{
background-color: #D23C00;
}
.BgClassName
{
background-color: #D23C00;
}
</style>
border-color css
<style>
span { border-color: #D23C00; }
span { border-color: rgb(210,60,0); }
td.TdClassName
{
border-color: #D23C00;
}
.TagClassName
{
border-color: #D23C00;
}
</style>