Html Css Color HEX #E8211A Scarlet

📋 copy color: '#E8211A'

red 232 ◦ green 33 ◦ blue 26

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

Shades of Scarlet #E8211A

Tints of Scarlet #E8211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.34%

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 79.73%
G = 11.34%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E8211A (or 0xE8211A) is known color: Scarlet. HEX triplet: E8, 21 and 1A. RGB value is (232,33,26). Sum of RGB (Red+Green+Blue) = 232+33+26=291 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.73% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211A is #17DEE5. Grayscale: #5B5B5B. Windows color (decimal): -1564390 or 1712616. OLE color: 1712616.

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

Color convert

RGB 232 33 26 -
CMYK 0 0.86 0.89 0.09
HSL 2.04º 0.82% 0.51% -
HSV(B) 2.04º 0.89% 0.91% -
XYZ 34.01 18.32 2.72 -
YUV 91.7 90.93 228.07 -
System Red Green Blue C M Y K H S L
Decimal 232 33 26 0 0.86 0.89 0.09 2.04 0.82 0.51
Hex E8 21 1A 0 56 59 9 2 52 33
Octal 350 41 32 0 126 131 11 2 122 63
Binary 11101000 100001 11010 0 1010110 1011001 1001 10 1010010 110011

Color Harmonies of #E8211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8211A

Black with #E8211A

Text Example


Text Example

White with #E8211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8211A; }

 p { color: rgb(232,33,26); }

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

background-color css

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

 a { background-color: rgb(232,33,26); }

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

border-color css

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

 span { border-color: rgb(232,33,26); }

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