Html Css Color HEX #D23922 Harley Davidson Orange
📋 copy color: '#D23922'red 210 ◦ green 57 ◦ blue 34
Shades of Harley Davidson Orange #D23922
Tints of Harley Davidson Orange #D23922
RGB
CMYK
RGB Variations
Color information
#D23922 (or 0xD23922) is known color: Harley Davidson Orange. HEX triplet: D2, 39 and 22. RGB value is (210,57,34). Sum of RGB (Red+Green+Blue) = 210+57+34=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D23922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23922 is #2DC6DD. Grayscale: #646464. Windows color (decimal): -3000030 or 2243026. OLE color: 2243026.
HSL color Cylindrical-coordinate representation of color #D23922: hue angle of 7.84º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D23922 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 34 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.18 |
| HSL | 7.84º | 0.72% | 0.48% | - |
| HSV(B) | 7.84º | 0.84% | 0.82% | - |
| XYZ | 28.33 | 16.74 | 3.25 | - |
| YUV | 100.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 34 | 0 | 0.73 | 0.84 | 0.18 | 7.84 | 0.72 | 0.48 |
| Hex | D2 | 39 | 22 | 0 | 49 | 54 | 12 | 8 | 48 | 30 |
| Octal | 322 | 71 | 42 | 0 | 111 | 124 | 22 | 10 | 110 | 60 |
| Binary | 11010010 | 111001 | 100010 | 0 | 1001001 | 1010100 | 10010 | 1000 | 1001000 | 110000 |
Color Harmonies of #D23922
Complementary color
Monochromatic Colors of #D23922
Black with #D23922
Text Example
Text Example
White with #D23922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23922; }
p { color: rgb(210,57,34); }
H1.HeaderClassName
{
color: #D23922;
}
.AnyTagClassName
{
color: #D23922;
}
</style>
background-color css
<style>
a { background-color: #D23922; }
a { background-color: rgb(210,57,34); }
div.DivClassName
{
background-color: #D23922;
}
.BgClassName
{
background-color: #D23922;
}
</style>
border-color css
<style>
span { border-color: #D23922; }
span { border-color: rgb(210,57,34); }
td.TdClassName
{
border-color: #D23922;
}
.TagClassName
{
border-color: #D23922;
}
</style>