Html Css Color HEX #E9211C Scarlet

📋 copy color: '#E9211C'

red 233 ◦ green 33 ◦ blue 28

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

Shades of Scarlet #E9211C

Tints of Scarlet #E9211C

RGB

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

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

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

R = 79.25%
G = 11.22%
B = 9.52%

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

#E9211C (or 0xE9211C) is known color: Scarlet. HEX triplet: E9, 21 and 1C. RGB value is (233,33,28). Sum of RGB (Red+Green+Blue) = 233+33+28=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9211C is #16DEE3. Grayscale: #5C5C5C. Windows color (decimal): -1498852 or 1843689. OLE color: 1843689.

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

Color convert

RGB 233 33 28 -
CMYK 0 0.86 0.88 0.09
HSL 1.46º 0.82% 0.51% -
HSV(B) 1.46º 0.88% 0.91% -
XYZ 34.36 18.5 2.86 -
YUV 92.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 233 33 28 0 0.86 0.88 0.09 1.46 0.82 0.51
Hex E9 21 1C 0 56 58 9 1 52 33
Octal 351 41 34 0 126 130 11 1 122 63
Binary 11101001 100001 11100 0 1010110 1011000 1001 1 1010010 110011

Color Harmonies of #E9211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9211C

Black with #E9211C

Text Example


Text Example

White with #E9211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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