Html Css Color HEX #D23600 Harley Davidson Orange
📋 copy color: '#D23600'red 210 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #D23600
Tints of Harley Davidson Orange #D23600
RGB
CMYK
RGB Variations
Color information
#D23600 (or 0xD23600) is known color: Harley Davidson Orange. HEX triplet: D2, 36 and 00. RGB value is (210,54,0). Sum of RGB (Red+Green+Blue) = 210+54+0=264 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.55% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 210 - color contains mainly: red. Hex color #D23600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23600 is #2DC9FF. Grayscale: #5E5E5E. Windows color (decimal): -3000832 or 14034. OLE color: 14034.
HSL color Cylindrical-coordinate representation of color #D23600: hue angle of 15.43º 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 #D23600 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.18 |
| HSL | 15.43º | 1% | 0.41% | - |
| HSV(B) | 15.43º | 1% | 0.82% | - |
| XYZ | 27.9 | 16.34 | 1.68 | - |
| YUV | 94.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 0 | 0 | 0.74 | 1 | 0.18 | 15.43 | 1 | 0.41 |
| Hex | D2 | 36 | 0 | 0 | 4A | 64 | 12 | F | 64 | 29 |
| Octal | 322 | 66 | 0 | 0 | 112 | 144 | 22 | 17 | 144 | 51 |
| Binary | 11010010 | 110110 | 0 | 0 | 1001010 | 1100100 | 10010 | 1111 | 1100100 | 101001 |
Color Harmonies of #D23600
Complementary color
Monochromatic Colors of #D23600
Black with #D23600
Text Example
Text Example
White with #D23600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23600; }
p { color: rgb(210,54,0); }
H1.HeaderClassName
{
color: #D23600;
}
.AnyTagClassName
{
color: #D23600;
}
</style>
background-color css
<style>
a { background-color: #D23600; }
a { background-color: rgb(210,54,0); }
div.DivClassName
{
background-color: #D23600;
}
.BgClassName
{
background-color: #D23600;
}
</style>
border-color css
<style>
span { border-color: #D23600; }
span { border-color: rgb(210,54,0); }
td.TdClassName
{
border-color: #D23600;
}
.TagClassName
{
border-color: #D23600;
}
</style>