Html Css Color HEX #D4330A Harley Davidson Orange
📋 copy color: '#D4330A'red 212 ◦ green 51 ◦ blue 10
Shades of Harley Davidson Orange #D4330A
Tints of Harley Davidson Orange #D4330A
RGB
CMYK
RGB Variations
Color information
#D4330A (or 0xD4330A) is known color: Harley Davidson Orange. HEX triplet: D4, 33 and 0A. RGB value is (212,51,10). Sum of RGB (Red+Green+Blue) = 212+51+10=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D4330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4330A is #2BCCF5. Grayscale: #5E5E5E. Windows color (decimal): -2870518 or 668628. OLE color: 668628.
HSL color Cylindrical-coordinate representation of color #D4330A: hue angle of 12.18º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4330A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 51 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.17 |
| HSL | 12.18º | 0.91% | 0.44% | - |
| HSV(B) | 12.18º | 0.95% | 0.83% | - |
| XYZ | 28.39 | 16.39 | 1.95 | - |
| YUV | 94.47 | 80.34 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 51 | 10 | 0 | 0.76 | 0.95 | 0.17 | 12.18 | 0.91 | 0.44 |
| Hex | D4 | 33 | A | 0 | 4C | 5F | 11 | C | 5B | 2C |
| Octal | 324 | 63 | 12 | 0 | 114 | 137 | 21 | 14 | 133 | 54 |
| Binary | 11010100 | 110011 | 1010 | 0 | 1001100 | 1011111 | 10001 | 1100 | 1011011 | 101100 |
Color Harmonies of #D4330A
Complementary color
Monochromatic Colors of #D4330A
Black with #D4330A
Text Example
Text Example
White with #D4330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4330A; }
p { color: rgb(212,51,10); }
H1.HeaderClassName
{
color: #D4330A;
}
.AnyTagClassName
{
color: #D4330A;
}
</style>
background-color css
<style>
a { background-color: #D4330A; }
a { background-color: rgb(212,51,10); }
div.DivClassName
{
background-color: #D4330A;
}
.BgClassName
{
background-color: #D4330A;
}
</style>
border-color css
<style>
span { border-color: #D4330A; }
span { border-color: rgb(212,51,10); }
td.TdClassName
{
border-color: #D4330A;
}
.TagClassName
{
border-color: #D4330A;
}
</style>