Html Css Color HEX #E9211B Scarlet

📋 copy color: '#E9211B'

red 233 ◦ green 33 ◦ blue 27

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

Shades of Scarlet #E9211B

Tints of Scarlet #E9211B

RGB

 RED value IS 233 (91.41% from 255) = 79.52%

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

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

R = 79.52%
G = 11.26%
B = 9.22%

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

#E9211B (or 0xE9211B) is known color: Scarlet. HEX triplet: E9, 21 and 1B. RGB value is (233,33,27). Sum of RGB (Red+Green+Blue) = 233+33+27=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9211B is #16DEE4. Grayscale: #5C5C5C. Windows color (decimal): -1498853 or 1778153. OLE color: 1778153.

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

Color convert

RGB 233 33 27 -
CMYK 0 0.86 0.88 0.09
HSL 1.75º 0.82% 0.51% -
HSV(B) 1.75º 0.88% 0.91% -
XYZ 34.35 18.49 2.8 -
YUV 92.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 233 33 27 0 0.86 0.88 0.09 1.75 0.82 0.51
Hex E9 21 1B 0 56 58 9 2 52 33
Octal 351 41 33 0 126 130 11 2 122 63
Binary 11101001 100001 11011 0 1010110 1011000 1001 10 1010010 110011

Color Harmonies of #E9211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9211B

Black with #E9211B

Text Example


Text Example

White with #E9211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9211B; }

 p { color: rgb(233,33,27); }

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

background-color css

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

 a { background-color: rgb(233,33,27); }

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

border-color css

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

 span { border-color: rgb(233,33,27); }

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