Html Css Color HEX #D2300D Harley Davidson Orange
📋 copy color: '#D2300D'red 210 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #D2300D
Tints of Harley Davidson Orange #D2300D
RGB
CMYK
RGB Variations
Color information
#D2300D (or 0xD2300D) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 0D. RGB value is (210,48,13). Sum of RGB (Red+Green+Blue) = 210+48+13=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D2300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2300D is #2DCFF2. Grayscale: #5C5C5C. Windows color (decimal): -3002355 or 864466. OLE color: 864466.
HSL color Cylindrical-coordinate representation of color #D2300D: hue angle of 10.66º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2300D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.18 |
| HSL | 10.66º | 0.88% | 0.44% | - |
| HSV(B) | 10.66º | 0.94% | 0.82% | - |
| XYZ | 27.71 | 15.84 | 1.98 | - |
| YUV | 92.45 | 83.17 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 13 | 0 | 0.77 | 0.94 | 0.18 | 10.66 | 0.88 | 0.44 |
| Hex | D2 | 30 | D | 0 | 4D | 5E | 12 | B | 58 | 2C |
| Octal | 322 | 60 | 15 | 0 | 115 | 136 | 22 | 13 | 130 | 54 |
| Binary | 11010010 | 110000 | 1101 | 0 | 1001101 | 1011110 | 10010 | 1011 | 1011000 | 101100 |
Color Harmonies of #D2300D
Complementary color
Monochromatic Colors of #D2300D
Black with #D2300D
Text Example
Text Example
White with #D2300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2300D; }
p { color: rgb(210,48,13); }
H1.HeaderClassName
{
color: #D2300D;
}
.AnyTagClassName
{
color: #D2300D;
}
</style>
background-color css
<style>
a { background-color: #D2300D; }
a { background-color: rgb(210,48,13); }
div.DivClassName
{
background-color: #D2300D;
}
.BgClassName
{
background-color: #D2300D;
}
</style>
border-color css
<style>
span { border-color: #D2300D; }
span { border-color: rgb(210,48,13); }
td.TdClassName
{
border-color: #D2300D;
}
.TagClassName
{
border-color: #D2300D;
}
</style>