Html Css Color HEX #E8221B Scarlet

📋 copy color: '#E8221B'

red 232 ◦ green 34 ◦ blue 27

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

Shades of Scarlet #E8221B

Tints of Scarlet #E8221B

RGB

 RED value IS 232 (91.02% from 255) = 79.18%

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 79.18%
G = 11.6%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8221B (or 0xE8221B) is known color: Scarlet. HEX triplet: E8, 22 and 1B. RGB value is (232,34,27). Sum of RGB (Red+Green+Blue) = 232+34+27=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E8221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8221B is #17DDE4. Grayscale: #5C5C5C. Windows color (decimal): -1564133 or 1778408. OLE color: 1778408.

HSL color Cylindrical-coordinate representation of color #E8221B: hue angle of 2.05º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8221B is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 34 27 -
CMYK 0 0.85 0.88 0.09
HSL 2.05º 0.82% 0.51% -
HSV(B) 2.05º 0.88% 0.91% -
XYZ 34.05 18.38 2.79 -
YUV 92.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 232 34 27 0 0.85 0.88 0.09 2.05 0.82 0.51
Hex E8 22 1B 0 55 58 9 2 52 33
Octal 350 42 33 0 125 130 11 2 122 63
Binary 11101000 100010 11011 0 1010101 1011000 1001 10 1010010 110011

Color Harmonies of #E8221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8221B

Black with #E8221B

Text Example


Text Example

White with #E8221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8221B; }

 p { color: rgb(232,34,27); }

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

background-color css

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

 a { background-color: rgb(232,34,27); }

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

border-color css

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

 span { border-color: rgb(232,34,27); }

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