Html Css Color HEX #D23612 Harley Davidson Orange
📋 copy color: '#D23612'red 210 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #D23612
Tints of Harley Davidson Orange #D23612
RGB
CMYK
RGB Variations
Color information
#D23612 (or 0xD23612) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 12. RGB value is (210,54,18). Sum of RGB (Red+Green+Blue) = 210+54+18=282 (37% of max value = 765). Red value is 210 (82.42% from 255 or 74.47% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 210 - color contains mainly: red. Hex color #D23612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23612 is #2DC9ED. Grayscale: #606060. Windows color (decimal): -3000814 or 1193682. OLE color: 1193682.
HSL color Cylindrical-coordinate representation of color #D23612: hue angle of 11.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D23612 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.18 |
| HSL | 11.25º | 0.84% | 0.45% | - |
| HSV(B) | 11.25º | 0.91% | 0.82% | - |
| XYZ | 28.01 | 16.38 | 2.26 | - |
| YUV | 96.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 18 | 0 | 0.74 | 0.91 | 0.18 | 11.25 | 0.84 | 0.45 |
| Hex | D2 | 36 | 12 | 0 | 4A | 5B | 12 | B | 54 | 2D |
| Octal | 322 | 66 | 22 | 0 | 112 | 133 | 22 | 13 | 124 | 55 |
| Binary | 11010010 | 110110 | 10010 | 0 | 1001010 | 1011011 | 10010 | 1011 | 1010100 | 101101 |
Color Harmonies of #D23612
Complementary color
Monochromatic Colors of #D23612
Black with #D23612
Text Example
Text Example
White with #D23612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23612; }
p { color: rgb(210,54,18); }
H1.HeaderClassName
{
color: #D23612;
}
.AnyTagClassName
{
color: #D23612;
}
</style>
background-color css
<style>
a { background-color: #D23612; }
a { background-color: rgb(210,54,18); }
div.DivClassName
{
background-color: #D23612;
}
.BgClassName
{
background-color: #D23612;
}
</style>
border-color css
<style>
span { border-color: #D23612; }
span { border-color: rgb(210,54,18); }
td.TdClassName
{
border-color: #D23612;
}
.TagClassName
{
border-color: #D23612;
}
</style>