Html Css Color HEX #D5361C Harley Davidson Orange
📋 copy color: '#D5361C'red 213 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #D5361C
Tints of Harley Davidson Orange #D5361C
RGB
CMYK
RGB Variations
Color information
#D5361C (or 0xD5361C) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 1C. RGB value is (213,54,28). Sum of RGB (Red+Green+Blue) = 213+54+28=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5361C is #2AC9E3. Grayscale: #626262. Windows color (decimal): -2804196 or 1849045. OLE color: 1849045.
HSL color Cylindrical-coordinate representation of color #D5361C: hue angle of 8.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5361C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.16 |
| HSL | 8.43º | 0.77% | 0.47% | - |
| HSV(B) | 8.43º | 0.87% | 0.84% | - |
| XYZ | 28.97 | 16.87 | 2.83 | - |
| YUV | 98.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 28 | 0 | 0.75 | 0.87 | 0.16 | 8.43 | 0.77 | 0.47 |
| Hex | D5 | 36 | 1C | 0 | 4B | 57 | 10 | 8 | 4D | 2F |
| Octal | 325 | 66 | 34 | 0 | 113 | 127 | 20 | 10 | 115 | 57 |
| Binary | 11010101 | 110110 | 11100 | 0 | 1001011 | 1010111 | 10000 | 1000 | 1001101 | 101111 |
Color Harmonies of #D5361C
Complementary color
Monochromatic Colors of #D5361C
Black with #D5361C
Text Example
Text Example
White with #D5361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5361C; }
p { color: rgb(213,54,28); }
H1.HeaderClassName
{
color: #D5361C;
}
.AnyTagClassName
{
color: #D5361C;
}
</style>
background-color css
<style>
a { background-color: #D5361C; }
a { background-color: rgb(213,54,28); }
div.DivClassName
{
background-color: #D5361C;
}
.BgClassName
{
background-color: #D5361C;
}
</style>
border-color css
<style>
span { border-color: #D5361C; }
span { border-color: rgb(213,54,28); }
td.TdClassName
{
border-color: #D5361C;
}
.TagClassName
{
border-color: #D5361C;
}
</style>