Html Css Color HEX #D0230C Harley Davidson Orange
📋 copy color: '#D0230C'red 208 ◦ green 35 ◦ blue 12
Shades of Harley Davidson Orange #D0230C
Tints of Harley Davidson Orange #D0230C
RGB
CMYK
RGB Variations
Color information
#D0230C (or 0xD0230C) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 0C. RGB value is (208,35,12). Sum of RGB (Red+Green+Blue) = 208+35+12=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0230C is #2FDCF3. Grayscale: #545454. Windows color (decimal): -3136756 or 795600. OLE color: 795600.
HSL color Cylindrical-coordinate representation of color #D0230C: hue angle of 7.04º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0230C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.18 |
| HSL | 7.04º | 0.89% | 0.43% | - |
| HSV(B) | 7.04º | 0.94% | 0.82% | - |
| XYZ | 26.68 | 14.64 | 1.77 | - |
| YUV | 84.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 12 | 0 | 0.83 | 0.94 | 0.18 | 7.04 | 0.89 | 0.43 |
| Hex | D0 | 23 | C | 0 | 53 | 5E | 12 | 7 | 59 | 2B |
| Octal | 320 | 43 | 14 | 0 | 123 | 136 | 22 | 7 | 131 | 53 |
| Binary | 11010000 | 100011 | 1100 | 0 | 1010011 | 1011110 | 10010 | 111 | 1011001 | 101011 |
Color Harmonies of #D0230C
Complementary color
Monochromatic Colors of #D0230C
Black with #D0230C
Text Example
Text Example
White with #D0230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0230C; }
p { color: rgb(208,35,12); }
H1.HeaderClassName
{
color: #D0230C;
}
.AnyTagClassName
{
color: #D0230C;
}
</style>
background-color css
<style>
a { background-color: #D0230C; }
a { background-color: rgb(208,35,12); }
div.DivClassName
{
background-color: #D0230C;
}
.BgClassName
{
background-color: #D0230C;
}
</style>
border-color css
<style>
span { border-color: #D0230C; }
span { border-color: rgb(208,35,12); }
td.TdClassName
{
border-color: #D0230C;
}
.TagClassName
{
border-color: #D0230C;
}
</style>