Html Css Color HEX #E8211C Scarlet

📋 copy color: '#E8211C'

red 232 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #E8211C

Tints of Scarlet #E8211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.56%

R = 79.18%
G = 11.26%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8211C (or 0xE8211C) is known color: Scarlet. HEX triplet: E8, 21 and 1C. RGB value is (232,33,28). Sum of RGB (Red+Green+Blue) = 232+33+28=293 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.18% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211C is #17DEE3. Grayscale: #5C5C5C. Windows color (decimal): -1564388 or 1843688. OLE color: 1843688.

HSL color Cylindrical-coordinate representation of color #E8211C: hue angle of 1.47º 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 #E8211C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 28 -
CMYK 0 0.86 0.88 0.09
HSL 1.47º 0.82% 0.51% -
HSV(B) 1.47º 0.88% 0.91% -
XYZ 34.03 18.33 2.84 -
YUV 91.93 91.93 227.91 -
System Red Green Blue C M Y K H S L
Decimal 232 33 28 0 0.86 0.88 0.09 1.47 0.82 0.51
Hex E8 21 1C 0 56 58 9 1 52 33
Octal 350 41 34 0 126 130 11 1 122 63
Binary 11101000 100001 11100 0 1010110 1011000 1001 1 1010010 110011

Color Harmonies of #E8211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8211C

Black with #E8211C

Text Example


Text Example

White with #E8211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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