Html Css Color HEX #D5270B Harley Davidson Orange
📋 copy color: '#D5270B'red 213 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #D5270B
Tints of Harley Davidson Orange #D5270B
RGB
CMYK
RGB Variations
Color information
#D5270B (or 0xD5270B) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 0B. RGB value is (213,39,11). Sum of RGB (Red+Green+Blue) = 213+39+11=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5270B is #2AD8F4. Grayscale: #585858. Windows color (decimal): -2808053 or 731093. OLE color: 731093.
HSL color Cylindrical-coordinate representation of color #D5270B: hue angle of 8.32º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5270B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.16 |
| HSL | 8.32º | 0.9% | 0.44% | - |
| HSV(B) | 8.32º | 0.95% | 0.84% | - |
| XYZ | 28.23 | 15.62 | 1.84 | - |
| YUV | 87.83 | 84.65 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 11 | 0 | 0.82 | 0.95 | 0.16 | 8.32 | 0.9 | 0.44 |
| Hex | D5 | 27 | B | 0 | 52 | 5F | 10 | 8 | 5A | 2C |
| Octal | 325 | 47 | 13 | 0 | 122 | 137 | 20 | 10 | 132 | 54 |
| Binary | 11010101 | 100111 | 1011 | 0 | 1010010 | 1011111 | 10000 | 1000 | 1011010 | 101100 |
Color Harmonies of #D5270B
Complementary color
Monochromatic Colors of #D5270B
Black with #D5270B
Text Example
Text Example
White with #D5270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5270B; }
p { color: rgb(213,39,11); }
H1.HeaderClassName
{
color: #D5270B;
}
.AnyTagClassName
{
color: #D5270B;
}
</style>
background-color css
<style>
a { background-color: #D5270B; }
a { background-color: rgb(213,39,11); }
div.DivClassName
{
background-color: #D5270B;
}
.BgClassName
{
background-color: #D5270B;
}
</style>
border-color css
<style>
span { border-color: #D5270B; }
span { border-color: rgb(213,39,11); }
td.TdClassName
{
border-color: #D5270B;
}
.TagClassName
{
border-color: #D5270B;
}
</style>