Html Css Color HEX #D33D12 Harley Davidson Orange
📋 copy color: '#D33D12'red 211 ◦ green 61 ◦ blue 18
Shades of Harley Davidson Orange #D33D12
Tints of Harley Davidson Orange #D33D12
RGB
CMYK
RGB Variations
Color information
#D33D12 (or 0xD33D12) is known color: Harley Davidson Orange. HEX triplet: D3, 3D and 12. RGB value is (211,61,18). Sum of RGB (Red+Green+Blue) = 211+61+18=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33D12 is #2CC2ED. Grayscale: #656565. Windows color (decimal): -2933486 or 1195475. OLE color: 1195475.
HSL color Cylindrical-coordinate representation of color #D33D12: hue angle of 13.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D33D12 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 61 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.17 |
| HSL | 13.37º | 0.84% | 0.45% | - |
| HSV(B) | 13.37º | 0.91% | 0.83% | - |
| XYZ | 28.64 | 17.23 | 2.39 | - |
| YUV | 100.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 18 | 0 | 0.71 | 0.91 | 0.17 | 13.37 | 0.84 | 0.45 |
| Hex | D3 | 3D | 12 | 0 | 47 | 5B | 11 | D | 54 | 2D |
| Octal | 323 | 75 | 22 | 0 | 107 | 133 | 21 | 15 | 124 | 55 |
| Binary | 11010011 | 111101 | 10010 | 0 | 1000111 | 1011011 | 10001 | 1101 | 1010100 | 101101 |
Color Harmonies of #D33D12
Complementary color
Monochromatic Colors of #D33D12
Black with #D33D12
Text Example
Text Example
White with #D33D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33D12; }
p { color: rgb(211,61,18); }
H1.HeaderClassName
{
color: #D33D12;
}
.AnyTagClassName
{
color: #D33D12;
}
</style>
background-color css
<style>
a { background-color: #D33D12; }
a { background-color: rgb(211,61,18); }
div.DivClassName
{
background-color: #D33D12;
}
.BgClassName
{
background-color: #D33D12;
}
</style>
border-color css
<style>
span { border-color: #D33D12; }
span { border-color: rgb(211,61,18); }
td.TdClassName
{
border-color: #D33D12;
}
.TagClassName
{
border-color: #D33D12;
}
</style>