Html Css Color HEX #D33400 Harley Davidson Orange
📋 copy color: '#D33400'red 211 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #D33400
Tints of Harley Davidson Orange #D33400
RGB
CMYK
RGB Variations
Color information
#D33400 (or 0xD33400) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 00. RGB value is (211,52,0). Sum of RGB (Red+Green+Blue) = 211+52+0=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D33400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33400 is #2CCBFF. Grayscale: #5D5D5D. Windows color (decimal): -2935808 or 13523. OLE color: 13523.
HSL color Cylindrical-coordinate representation of color #D33400: hue angle of 14.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D33400 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.17 |
| HSL | 14.79º | 1% | 0.41% | - |
| HSV(B) | 14.79º | 1% | 0.83% | - |
| XYZ | 28.09 | 16.3 | 1.67 | - |
| YUV | 93.61 | 75.18 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 0 | 0 | 0.75 | 1 | 0.17 | 14.79 | 1 | 0.41 |
| Hex | D3 | 34 | 0 | 0 | 4B | 64 | 11 | F | 64 | 29 |
| Octal | 323 | 64 | 0 | 0 | 113 | 144 | 21 | 17 | 144 | 51 |
| Binary | 11010011 | 110100 | 0 | 0 | 1001011 | 1100100 | 10001 | 1111 | 1100100 | 101001 |
Color Harmonies of #D33400
Complementary color
Monochromatic Colors of #D33400
Black with #D33400
Text Example
Text Example
White with #D33400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33400; }
p { color: rgb(211,52,0); }
H1.HeaderClassName
{
color: #D33400;
}
.AnyTagClassName
{
color: #D33400;
}
</style>
background-color css
<style>
a { background-color: #D33400; }
a { background-color: rgb(211,52,0); }
div.DivClassName
{
background-color: #D33400;
}
.BgClassName
{
background-color: #D33400;
}
</style>
border-color css
<style>
span { border-color: #D33400; }
span { border-color: rgb(211,52,0); }
td.TdClassName
{
border-color: #D33400;
}
.TagClassName
{
border-color: #D33400;
}
</style>