Html Css Color HEX #D23919 Harley Davidson Orange
📋 copy color: '#D23919'red 210 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #D23919
Tints of Harley Davidson Orange #D23919
RGB
CMYK
RGB Variations
Color information
#D23919 (or 0xD23919) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 19. RGB value is (210,57,25). Sum of RGB (Red+Green+Blue) = 210+57+25=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D23919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23919 is #2DC6E6. Grayscale: #636363. Windows color (decimal): -3000039 or 1653202. OLE color: 1653202.
HSL color Cylindrical-coordinate representation of color #D23919: hue angle of 10.38º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D23919 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 25 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.18 |
| HSL | 10.38º | 0.79% | 0.46% | - |
| HSV(B) | 10.38º | 0.88% | 0.82% | - |
| XYZ | 28.22 | 16.7 | 2.66 | - |
| YUV | 99.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 25 | 0 | 0.73 | 0.88 | 0.18 | 10.38 | 0.79 | 0.46 |
| Hex | D2 | 39 | 19 | 0 | 49 | 58 | 12 | A | 4F | 2E |
| Octal | 322 | 71 | 31 | 0 | 111 | 130 | 22 | 12 | 117 | 56 |
| Binary | 11010010 | 111001 | 11001 | 0 | 1001001 | 1011000 | 10010 | 1010 | 1001111 | 101110 |
Color Harmonies of #D23919
Complementary color
Monochromatic Colors of #D23919
Black with #D23919
Text Example
Text Example
White with #D23919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23919; }
p { color: rgb(210,57,25); }
H1.HeaderClassName
{
color: #D23919;
}
.AnyTagClassName
{
color: #D23919;
}
</style>
background-color css
<style>
a { background-color: #D23919; }
a { background-color: rgb(210,57,25); }
div.DivClassName
{
background-color: #D23919;
}
.BgClassName
{
background-color: #D23919;
}
</style>
border-color css
<style>
span { border-color: #D23919; }
span { border-color: rgb(210,57,25); }
td.TdClassName
{
border-color: #D23919;
}
.TagClassName
{
border-color: #D23919;
}
</style>