Html Css Color HEX #D3361C Harley Davidson Orange
📋 copy color: '#D3361C'red 211 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #D3361C
Tints of Harley Davidson Orange #D3361C
RGB
CMYK
RGB Variations
Color information
#D3361C (or 0xD3361C) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 1C. RGB value is (211,54,28). Sum of RGB (Red+Green+Blue) = 211+54+28=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D3361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3361C is #2CC9E3. Grayscale: #626262. Windows color (decimal): -2935268 or 1849043. OLE color: 1849043.
HSL color Cylindrical-coordinate representation of color #D3361C: hue angle of 8.52º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3361C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.17 |
| HSL | 8.52º | 0.77% | 0.47% | - |
| HSV(B) | 8.52º | 0.87% | 0.83% | - |
| XYZ | 28.39 | 16.57 | 2.8 | - |
| YUV | 97.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 28 | 0 | 0.74 | 0.87 | 0.17 | 8.52 | 0.77 | 0.47 |
| Hex | D3 | 36 | 1C | 0 | 4A | 57 | 11 | 9 | 4D | 2F |
| Octal | 323 | 66 | 34 | 0 | 112 | 127 | 21 | 11 | 115 | 57 |
| Binary | 11010011 | 110110 | 11100 | 0 | 1001010 | 1010111 | 10001 | 1001 | 1001101 | 101111 |
Color Harmonies of #D3361C
Complementary color
Monochromatic Colors of #D3361C
Black with #D3361C
Text Example
Text Example
White with #D3361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3361C; }
p { color: rgb(211,54,28); }
H1.HeaderClassName
{
color: #D3361C;
}
.AnyTagClassName
{
color: #D3361C;
}
</style>
background-color css
<style>
a { background-color: #D3361C; }
a { background-color: rgb(211,54,28); }
div.DivClassName
{
background-color: #D3361C;
}
.BgClassName
{
background-color: #D3361C;
}
</style>
border-color css
<style>
span { border-color: #D3361C; }
span { border-color: rgb(211,54,28); }
td.TdClassName
{
border-color: #D3361C;
}
.TagClassName
{
border-color: #D3361C;
}
</style>