Html Css Color HEX #D23304 Harley Davidson Orange
📋 copy color: '#D23304'red 210 ◦ green 51 ◦ blue 4
Shades of Harley Davidson Orange #D23304
Tints of Harley Davidson Orange #D23304
RGB
CMYK
RGB Variations
Color information
#D23304 (or 0xD23304) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 04. RGB value is (210,51,4). Sum of RGB (Red+Green+Blue) = 210+51+4=265 (35% of max value = 765). Red value is 210 (82.42% from 255 or 79.25% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 210 - color contains mainly: red. Hex color #D23304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23304 is #2DCCFB. Grayscale: #5D5D5D. Windows color (decimal): -3001596 or 275410. OLE color: 275410.
HSL color Cylindrical-coordinate representation of color #D23304: hue angle of 13.69º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D23304 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.18 |
| HSL | 13.69º | 0.96% | 0.42% | - |
| HSV(B) | 13.69º | 0.98% | 0.82% | - |
| XYZ | 27.78 | 16.08 | 1.75 | - |
| YUV | 93.18 | 77.68 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 4 | 0 | 0.76 | 0.98 | 0.18 | 13.69 | 0.96 | 0.42 |
| Hex | D2 | 33 | 4 | 0 | 4C | 62 | 12 | E | 60 | 2A |
| Octal | 322 | 63 | 4 | 0 | 114 | 142 | 22 | 16 | 140 | 52 |
| Binary | 11010010 | 110011 | 100 | 0 | 1001100 | 1100010 | 10010 | 1110 | 1100000 | 101010 |
Color Harmonies of #D23304
Complementary color
Monochromatic Colors of #D23304
Black with #D23304
Text Example
Text Example
White with #D23304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23304; }
p { color: rgb(210,51,4); }
H1.HeaderClassName
{
color: #D23304;
}
.AnyTagClassName
{
color: #D23304;
}
</style>
background-color css
<style>
a { background-color: #D23304; }
a { background-color: rgb(210,51,4); }
div.DivClassName
{
background-color: #D23304;
}
.BgClassName
{
background-color: #D23304;
}
</style>
border-color css
<style>
span { border-color: #D23304; }
span { border-color: rgb(210,51,4); }
td.TdClassName
{
border-color: #D23304;
}
.TagClassName
{
border-color: #D23304;
}
</style>