Html Css Color HEX #E6221B Harley Davidson Orange
📋 copy color: '#E6221B'red 230 ◦ green 34 ◦ blue 27
Shades of Harley Davidson Orange #E6221B
Tints of Harley Davidson Orange #E6221B
RGB
CMYK
RGB Variations
Color information
#E6221B (or 0xE6221B) is known color: Harley Davidson Orange. HEX triplet: E6, 22 and 1B. RGB value is (230,34,27). Sum of RGB (Red+Green+Blue) = 230+34+27=291 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.04% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 230 - color contains mainly: red. Hex color #E6221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6221B is #19DDE4. Grayscale: #5C5C5C. Windows color (decimal): -1695205 or 1778406. OLE color: 1778406.
HSL color Cylindrical-coordinate representation of color #E6221B: hue angle of 2.07º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E6221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 27 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.10 |
| HSL | 2.07º | 0.8% | 0.5% | - |
| HSV(B) | 2.07º | 0.88% | 0.9% | - |
| XYZ | 33.4 | 18.05 | 2.76 | - |
| YUV | 91.81 | 91.43 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 27 | 0 | 0.85 | 0.88 | 0.10 | 2.07 | 0.8 | 0.5 |
| Hex | E6 | 22 | 1B | 0 | 55 | 58 | A | 2 | 50 | 32 |
| Octal | 346 | 42 | 33 | 0 | 125 | 130 | 12 | 2 | 120 | 62 |
| Binary | 11100110 | 100010 | 11011 | 0 | 1010101 | 1011000 | 1010 | 10 | 1010000 | 110010 |
Color Harmonies of #E6221B
Complementary color
Monochromatic Colors of #E6221B
Black with #E6221B
Text Example
Text Example
White with #E6221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6221B; }
p { color: rgb(230,34,27); }
H1.HeaderClassName
{
color: #E6221B;
}
.AnyTagClassName
{
color: #E6221B;
}
</style>
background-color css
<style>
a { background-color: #E6221B; }
a { background-color: rgb(230,34,27); }
div.DivClassName
{
background-color: #E6221B;
}
.BgClassName
{
background-color: #E6221B;
}
</style>
border-color css
<style>
span { border-color: #E6221B; }
span { border-color: rgb(230,34,27); }
td.TdClassName
{
border-color: #E6221B;
}
.TagClassName
{
border-color: #E6221B;
}
</style>