Html Css Color HEX #E7221C Scarlet

📋 copy color: '#E7221C'

red 231 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #E7221C

Tints of Scarlet #E7221C

RGB

 RED value IS 231 (90.63% from 255) = 78.84%

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 78.84%
G = 11.6%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7221C (or 0xE7221C) is known color: Scarlet. HEX triplet: E7, 22 and 1C. RGB value is (231,34,28). Sum of RGB (Red+Green+Blue) = 231+34+28=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7221C is #18DDE3. Grayscale: #5C5C5C. Windows color (decimal): -1629668 or 1843943. OLE color: 1843943.

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

Color convert

RGB 231 34 28 -
CMYK 0 0.85 0.88 0.09
HSL 1.77º 0.81% 0.51% -
HSV(B) 1.77º 0.88% 0.91% -
XYZ 33.74 18.22 2.84 -
YUV 92.22 91.77 226.99 -
System Red Green Blue C M Y K H S L
Decimal 231 34 28 0 0.85 0.88 0.09 1.77 0.81 0.51
Hex E7 22 1C 0 55 58 9 2 51 33
Octal 347 42 34 0 125 130 11 2 121 63
Binary 11100111 100010 11100 0 1010101 1011000 1001 10 1010001 110011

Color Harmonies of #E7221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7221C

Black with #E7221C

Text Example


Text Example

White with #E7221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7221C; }

 p { color: rgb(231,34,28); }

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

background-color css

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

 a { background-color: rgb(231,34,28); }

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

border-color css

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

 span { border-color: rgb(231,34,28); }

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