Html Css Color HEX #D3350B Harley Davidson Orange
📋 copy color: '#D3350B'red 211 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #D3350B
Tints of Harley Davidson Orange #D3350B
RGB
CMYK
RGB Variations
Color information
#D3350B (or 0xD3350B) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 0B. RGB value is (211,53,11). Sum of RGB (Red+Green+Blue) = 211+53+11=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3350B is #2CCAF4. Grayscale: #5F5F5F. Windows color (decimal): -2935541 or 734675. OLE color: 734675.
HSL color Cylindrical-coordinate representation of color #D3350B: hue angle of 12.6º 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 #D3350B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.17 |
| HSL | 12.6º | 0.9% | 0.44% | - |
| HSV(B) | 12.6º | 0.95% | 0.83% | - |
| XYZ | 28.2 | 16.42 | 2 | - |
| YUV | 95.45 | 80.35 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 11 | 0 | 0.75 | 0.95 | 0.17 | 12.6 | 0.9 | 0.44 |
| Hex | D3 | 35 | B | 0 | 4B | 5F | 11 | D | 5A | 2C |
| Octal | 323 | 65 | 13 | 0 | 113 | 137 | 21 | 15 | 132 | 54 |
| Binary | 11010011 | 110101 | 1011 | 0 | 1001011 | 1011111 | 10001 | 1101 | 1011010 | 101100 |
Color Harmonies of #D3350B
Complementary color
Monochromatic Colors of #D3350B
Black with #D3350B
Text Example
Text Example
White with #D3350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3350B; }
p { color: rgb(211,53,11); }
H1.HeaderClassName
{
color: #D3350B;
}
.AnyTagClassName
{
color: #D3350B;
}
</style>
background-color css
<style>
a { background-color: #D3350B; }
a { background-color: rgb(211,53,11); }
div.DivClassName
{
background-color: #D3350B;
}
.BgClassName
{
background-color: #D3350B;
}
</style>
border-color css
<style>
span { border-color: #D3350B; }
span { border-color: rgb(211,53,11); }
td.TdClassName
{
border-color: #D3350B;
}
.TagClassName
{
border-color: #D3350B;
}
</style>