Html Css Color HEX #D23618 Harley Davidson Orange
📋 copy color: '#D23618'red 210 ◦ green 54 ◦ blue 24
Shades of Harley Davidson Orange #D23618
Tints of Harley Davidson Orange #D23618
RGB
CMYK
RGB Variations
Color information
#D23618 (or 0xD23618) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 18. RGB value is (210,54,24). Sum of RGB (Red+Green+Blue) = 210+54+24=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D23618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23618 is #2DC9E7. Grayscale: #616161. Windows color (decimal): -3000808 or 1586898. OLE color: 1586898.
HSL color Cylindrical-coordinate representation of color #D23618: hue angle of 9.68º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D23618 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 24 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.18 |
| HSL | 9.68º | 0.79% | 0.46% | - |
| HSV(B) | 9.68º | 0.89% | 0.82% | - |
| XYZ | 28.06 | 16.41 | 2.55 | - |
| YUV | 97.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 24 | 0 | 0.74 | 0.89 | 0.18 | 9.68 | 0.79 | 0.46 |
| Hex | D2 | 36 | 18 | 0 | 4A | 59 | 12 | A | 4F | 2E |
| Octal | 322 | 66 | 30 | 0 | 112 | 131 | 22 | 12 | 117 | 56 |
| Binary | 11010010 | 110110 | 11000 | 0 | 1001010 | 1011001 | 10010 | 1010 | 1001111 | 101110 |
Color Harmonies of #D23618
Complementary color
Monochromatic Colors of #D23618
Black with #D23618
Text Example
Text Example
White with #D23618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23618; }
p { color: rgb(210,54,24); }
H1.HeaderClassName
{
color: #D23618;
}
.AnyTagClassName
{
color: #D23618;
}
</style>
background-color css
<style>
a { background-color: #D23618; }
a { background-color: rgb(210,54,24); }
div.DivClassName
{
background-color: #D23618;
}
.BgClassName
{
background-color: #D23618;
}
</style>
border-color css
<style>
span { border-color: #D23618; }
span { border-color: rgb(210,54,24); }
td.TdClassName
{
border-color: #D23618;
}
.TagClassName
{
border-color: #D23618;
}
</style>