Html Css Color HEX #D4330C Harley Davidson Orange
📋 copy color: '#D4330C'red 212 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #D4330C
Tints of Harley Davidson Orange #D4330C
RGB
CMYK
RGB Variations
Color information
#D4330C (or 0xD4330C) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 0C. RGB value is (212,51,12). Sum of RGB (Red+Green+Blue) = 212+51+12=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4330C is #2BCCF3. Grayscale: #5F5F5F. Windows color (decimal): -2870516 or 799700. OLE color: 799700.
HSL color Cylindrical-coordinate representation of color #D4330C: hue angle of 11.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4330C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.17 |
| HSL | 11.7º | 0.89% | 0.44% | - |
| HSV(B) | 11.7º | 0.94% | 0.83% | - |
| XYZ | 28.4 | 16.39 | 2.01 | - |
| YUV | 94.69 | 81.34 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 12 | 0 | 0.76 | 0.94 | 0.17 | 11.7 | 0.89 | 0.44 |
| Hex | D4 | 33 | C | 0 | 4C | 5E | 11 | C | 59 | 2C |
| Octal | 324 | 63 | 14 | 0 | 114 | 136 | 21 | 14 | 131 | 54 |
| Binary | 11010100 | 110011 | 1100 | 0 | 1001100 | 1011110 | 10001 | 1100 | 1011001 | 101100 |
Color Harmonies of #D4330C
Complementary color
Monochromatic Colors of #D4330C
Black with #D4330C
Text Example
Text Example
White with #D4330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4330C; }
p { color: rgb(212,51,12); }
H1.HeaderClassName
{
color: #D4330C;
}
.AnyTagClassName
{
color: #D4330C;
}
</style>
background-color css
<style>
a { background-color: #D4330C; }
a { background-color: rgb(212,51,12); }
div.DivClassName
{
background-color: #D4330C;
}
.BgClassName
{
background-color: #D4330C;
}
</style>
border-color css
<style>
span { border-color: #D4330C; }
span { border-color: rgb(212,51,12); }
td.TdClassName
{
border-color: #D4330C;
}
.TagClassName
{
border-color: #D4330C;
}
</style>