Html Css Color HEX #D33714 Harley Davidson Orange
📋 copy color: '#D33714'red 211 ◦ green 55 ◦ blue 20
Shades of Harley Davidson Orange #D33714
Tints of Harley Davidson Orange #D33714
RGB
CMYK
RGB Variations
Color information
#D33714 (or 0xD33714) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 14. RGB value is (211,55,20). Sum of RGB (Red+Green+Blue) = 211+55+20=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D33714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33714 is #2CC8EB. Grayscale: #616161. Windows color (decimal): -2935020 or 1325011. OLE color: 1325011.
HSL color Cylindrical-coordinate representation of color #D33714: hue angle of 10.99º degrees, saturation: 0.83, 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 #D33714 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 20 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.17 |
| HSL | 10.99º | 0.83% | 0.45% | - |
| HSV(B) | 10.99º | 0.91% | 0.83% | - |
| XYZ | 28.36 | 16.63 | 2.38 | - |
| YUV | 97.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 20 | 0 | 0.74 | 0.91 | 0.17 | 10.99 | 0.83 | 0.45 |
| Hex | D3 | 37 | 14 | 0 | 4A | 5B | 11 | B | 53 | 2D |
| Octal | 323 | 67 | 24 | 0 | 112 | 133 | 21 | 13 | 123 | 55 |
| Binary | 11010011 | 110111 | 10100 | 0 | 1001010 | 1011011 | 10001 | 1011 | 1010011 | 101101 |
Color Harmonies of #D33714
Complementary color
Monochromatic Colors of #D33714
Black with #D33714
Text Example
Text Example
White with #D33714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33714; }
p { color: rgb(211,55,20); }
H1.HeaderClassName
{
color: #D33714;
}
.AnyTagClassName
{
color: #D33714;
}
</style>
background-color css
<style>
a { background-color: #D33714; }
a { background-color: rgb(211,55,20); }
div.DivClassName
{
background-color: #D33714;
}
.BgClassName
{
background-color: #D33714;
}
</style>
border-color css
<style>
span { border-color: #D33714; }
span { border-color: rgb(211,55,20); }
td.TdClassName
{
border-color: #D33714;
}
.TagClassName
{
border-color: #D33714;
}
</style>