Html Css Color HEX #D23C0A Harley Davidson Orange
📋 copy color: '#D23C0A'red 210 ◦ green 60 ◦ blue 10
Shades of Harley Davidson Orange #D23C0A
Tints of Harley Davidson Orange #D23C0A
RGB
CMYK
RGB Variations
Color information
#D23C0A (or 0xD23C0A) is known color: Harley Davidson Orange. HEX triplet: D2, 3C and 0A. RGB value is (210,60,10). Sum of RGB (Red+Green+Blue) = 210+60+10=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23C0A is #2DC3F5. Grayscale: #636363. Windows color (decimal): -2999286 or 670930. OLE color: 670930.
HSL color Cylindrical-coordinate representation of color #D23C0A: hue angle of 15º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D23C0A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.18 |
| HSL | 15º | 0.91% | 0.43% | - |
| HSV(B) | 15º | 0.95% | 0.82% | - |
| XYZ | 28.25 | 16.96 | 2.07 | - |
| YUV | 99.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 10 | 0 | 0.71 | 0.95 | 0.18 | 15 | 0.91 | 0.43 |
| Hex | D2 | 3C | A | 0 | 47 | 5F | 12 | F | 5B | 2B |
| Octal | 322 | 74 | 12 | 0 | 107 | 137 | 22 | 17 | 133 | 53 |
| Binary | 11010010 | 111100 | 1010 | 0 | 1000111 | 1011111 | 10010 | 1111 | 1011011 | 101011 |
Color Harmonies of #D23C0A
Complementary color
Monochromatic Colors of #D23C0A
Black with #D23C0A
Text Example
Text Example
White with #D23C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C0A; }
p { color: rgb(210,60,10); }
H1.HeaderClassName
{
color: #D23C0A;
}
.AnyTagClassName
{
color: #D23C0A;
}
</style>
background-color css
<style>
a { background-color: #D23C0A; }
a { background-color: rgb(210,60,10); }
div.DivClassName
{
background-color: #D23C0A;
}
.BgClassName
{
background-color: #D23C0A;
}
</style>
border-color css
<style>
span { border-color: #D23C0A; }
span { border-color: rgb(210,60,10); }
td.TdClassName
{
border-color: #D23C0A;
}
.TagClassName
{
border-color: #D23C0A;
}
</style>