Html Css Color HEX #E21F13 Harley Davidson Orange

📋 copy color: '#E21F13'

red 226 ◦ green 31 ◦ blue 19

#E21F13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #E21F13

Tints of Harley Davidson Orange #E21F13

RGB

 RED value IS 226 (88.67% from 255) = 81.88%

 GREEN value IS 31 (12.5% from 255) = 11.23%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 81.88%
G = 11.23%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E21F13 (or 0xE21F13) is known color: Harley Davidson Orange. HEX triplet: E2, 1F and 13. RGB value is (226,31,19). Sum of RGB (Red+Green+Blue) = 226+31+19=276 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.88% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21F13 is #1DE0EC. Grayscale: #585858. Windows color (decimal): -1958125 or 1253346. OLE color: 1253346.

HSL color Cylindrical-coordinate representation of color #E21F13: hue angle of 3.48º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21F13 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 31 19 -
CMYK 0 0.86 0.92 0.11
HSL 3.48º 0.84% 0.48% -
HSV(B) 3.48º 0.92% 0.89% -
XYZ 31.97 17.2 2.25 -
YUV 87.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 226 31 19 0 0.86 0.92 0.11 3.48 0.84 0.48
Hex E2 1F 13 0 56 5C B 3 54 30
Octal 342 37 23 0 126 134 13 3 124 60
Binary 11100010 11111 10011 0 1010110 1011100 1011 11 1010100 110000

Color Harmonies of #E21F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F13

Black with #E21F13

Text Example


Text Example

White with #E21F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F13; }

 p { color: rgb(226,31,19); }

 H1.HeaderClassName
 {
   color: #E21F13;
 }
 .AnyTagClassName
 {
   color: #E21F13;
 }
</style>

background-color css

<style>
 a { background-color: #E21F13; }

 a { background-color: rgb(226,31,19); }

 div.DivClassName
 {
   background-color: #E21F13;
 }
 .BgClassName
 {
   background-color: #E21F13;
 }
</style>

border-color css

<style>
 span { border-color: #E21F13; }

 span { border-color: rgb(226,31,19); }

 td.TdClassName
 {
   border-color: #E21F13;
 }
 .TagClassName
 {
   border-color: #E21F13;
 }
</style>