Html Css Color HEX #D2300C Harley Davidson Orange
📋 copy color: '#D2300C'red 210 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #D2300C
Tints of Harley Davidson Orange #D2300C
RGB
CMYK
RGB Variations
Color information
#D2300C (or 0xD2300C) is known color: Harley Davidson Orange. HEX triplet: D2, 30 and 0C. RGB value is (210,48,12). Sum of RGB (Red+Green+Blue) = 210+48+12=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D2300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2300C is #2DCFF3. Grayscale: #5C5C5C. Windows color (decimal): -3002356 or 798930. OLE color: 798930.
HSL color Cylindrical-coordinate representation of color #D2300C: hue angle of 10.91º degrees, saturation: 0.89, 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 #D2300C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 12 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.18 |
| HSL | 10.91º | 0.89% | 0.44% | - |
| HSV(B) | 10.91º | 0.94% | 0.82% | - |
| XYZ | 27.7 | 15.84 | 1.95 | - |
| YUV | 92.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 12 | 0 | 0.77 | 0.94 | 0.18 | 10.91 | 0.89 | 0.44 |
| Hex | D2 | 30 | C | 0 | 4D | 5E | 12 | B | 59 | 2C |
| Octal | 322 | 60 | 14 | 0 | 115 | 136 | 22 | 13 | 131 | 54 |
| Binary | 11010010 | 110000 | 1100 | 0 | 1001101 | 1011110 | 10010 | 1011 | 1011001 | 101100 |
Color Harmonies of #D2300C
Complementary color
Monochromatic Colors of #D2300C
Black with #D2300C
Text Example
Text Example
White with #D2300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2300C; }
p { color: rgb(210,48,12); }
H1.HeaderClassName
{
color: #D2300C;
}
.AnyTagClassName
{
color: #D2300C;
}
</style>
background-color css
<style>
a { background-color: #D2300C; }
a { background-color: rgb(210,48,12); }
div.DivClassName
{
background-color: #D2300C;
}
.BgClassName
{
background-color: #D2300C;
}
</style>
border-color css
<style>
span { border-color: #D2300C; }
span { border-color: rgb(210,48,12); }
td.TdClassName
{
border-color: #D2300C;
}
.TagClassName
{
border-color: #D2300C;
}
</style>