Html Css Color HEX #D2330F Harley Davidson Orange
📋 copy color: '#D2330F'red 210 ◦ green 51 ◦ blue 15
Shades of Harley Davidson Orange #D2330F
Tints of Harley Davidson Orange #D2330F
RGB
CMYK
RGB Variations
Color information
#D2330F (or 0xD2330F) is known color: Harley Davidson Orange. HEX triplet: D2, 33 and 0F. RGB value is (210,51,15). Sum of RGB (Red+Green+Blue) = 210+51+15=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2330F is #2DCCF0. Grayscale: #5E5E5E. Windows color (decimal): -3001585 or 996306. OLE color: 996306.
HSL color Cylindrical-coordinate representation of color #D2330F: hue angle of 11.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2330F is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 15 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.18 |
| HSL | 11.08º | 0.87% | 0.44% | - |
| HSV(B) | 11.08º | 0.93% | 0.82% | - |
| XYZ | 27.85 | 16.1 | 2.09 | - |
| YUV | 94.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 15 | 0 | 0.76 | 0.93 | 0.18 | 11.08 | 0.87 | 0.44 |
| Hex | D2 | 33 | F | 0 | 4C | 5D | 12 | B | 57 | 2C |
| Octal | 322 | 63 | 17 | 0 | 114 | 135 | 22 | 13 | 127 | 54 |
| Binary | 11010010 | 110011 | 1111 | 0 | 1001100 | 1011101 | 10010 | 1011 | 1010111 | 101100 |
Color Harmonies of #D2330F
Complementary color
Monochromatic Colors of #D2330F
Black with #D2330F
Text Example
Text Example
White with #D2330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2330F; }
p { color: rgb(210,51,15); }
H1.HeaderClassName
{
color: #D2330F;
}
.AnyTagClassName
{
color: #D2330F;
}
</style>
background-color css
<style>
a { background-color: #D2330F; }
a { background-color: rgb(210,51,15); }
div.DivClassName
{
background-color: #D2330F;
}
.BgClassName
{
background-color: #D2330F;
}
</style>
border-color css
<style>
span { border-color: #D2330F; }
span { border-color: rgb(210,51,15); }
td.TdClassName
{
border-color: #D2330F;
}
.TagClassName
{
border-color: #D2330F;
}
</style>