Html Css Color HEX #D4350B Harley Davidson Orange
📋 copy color: '#D4350B'red 212 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #D4350B
Tints of Harley Davidson Orange #D4350B
RGB
CMYK
RGB Variations
Color information
#D4350B (or 0xD4350B) is known color: Harley Davidson Orange. HEX triplet: D4, 35 and 0B. RGB value is (212,53,11). Sum of RGB (Red+Green+Blue) = 212+53+11=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D4350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4350B is #2BCAF4. Grayscale: #606060. Windows color (decimal): -2870005 or 734676. OLE color: 734676.
HSL color Cylindrical-coordinate representation of color #D4350B: hue angle of 12.54º degrees, saturation: 0.9, 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 #D4350B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 53 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.17 |
| HSL | 12.54º | 0.9% | 0.44% | - |
| HSV(B) | 12.54º | 0.95% | 0.83% | - |
| XYZ | 28.48 | 16.57 | 2.01 | - |
| YUV | 95.75 | 80.18 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 11 | 0 | 0.75 | 0.95 | 0.17 | 12.54 | 0.9 | 0.44 |
| Hex | D4 | 35 | B | 0 | 4B | 5F | 11 | D | 5A | 2C |
| Octal | 324 | 65 | 13 | 0 | 113 | 137 | 21 | 15 | 132 | 54 |
| Binary | 11010100 | 110101 | 1011 | 0 | 1001011 | 1011111 | 10001 | 1101 | 1011010 | 101100 |
Color Harmonies of #D4350B
Complementary color
Monochromatic Colors of #D4350B
Black with #D4350B
Text Example
Text Example
White with #D4350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4350B; }
p { color: rgb(212,53,11); }
H1.HeaderClassName
{
color: #D4350B;
}
.AnyTagClassName
{
color: #D4350B;
}
</style>
background-color css
<style>
a { background-color: #D4350B; }
a { background-color: rgb(212,53,11); }
div.DivClassName
{
background-color: #D4350B;
}
.BgClassName
{
background-color: #D4350B;
}
</style>
border-color css
<style>
span { border-color: #D4350B; }
span { border-color: rgb(212,53,11); }
td.TdClassName
{
border-color: #D4350B;
}
.TagClassName
{
border-color: #D4350B;
}
</style>