Html Css Color HEX #E8211D Scarlet

📋 copy color: '#E8211D'

red 232 ◦ green 33 ◦ blue 29

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

Shades of Scarlet #E8211D

Tints of Scarlet #E8211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 78.91%
G = 11.22%
B = 9.86%

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

#E8211D (or 0xE8211D) is known color: Scarlet. HEX triplet: E8, 21 and 1D. RGB value is (232,33,29). Sum of RGB (Red+Green+Blue) = 232+33+29=294 (38% of max value = 765). Red value is 232 (91.02% from 255 or 78.91% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211D is #17DEE2. Grayscale: #5C5C5C. Windows color (decimal): -1564387 or 1909224. OLE color: 1909224.

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

Color convert

RGB 232 33 29 -
CMYK 0 0.86 0.88 0.09
HSL 1.18º 0.82% 0.51% -
HSV(B) 1.18º 0.88% 0.91% -
XYZ 34.04 18.33 2.91 -
YUV 92.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 232 33 29 0 0.86 0.88 0.09 1.18 0.82 0.51
Hex E8 21 1D 0 56 58 9 1 52 33
Octal 350 41 35 0 126 130 11 1 122 63
Binary 11101000 100001 11101 0 1010110 1011000 1001 1 1010010 110011

Color Harmonies of #E8211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8211D

Black with #E8211D

Text Example


Text Example

White with #E8211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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