Html Css Color HEX #E7221A Scarlet

📋 copy color: '#E7221A'

red 231 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #E7221A

Tints of Scarlet #E7221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.93%

R = 79.38%
G = 11.68%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E7221A (or 0xE7221A) is known color: Scarlet. HEX triplet: E7, 22 and 1A. RGB value is (231,34,26). Sum of RGB (Red+Green+Blue) = 231+34+26=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E7221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7221A is #18DDE5. Grayscale: #5C5C5C. Windows color (decimal): -1629670 or 1712871. OLE color: 1712871.

HSL color Cylindrical-coordinate representation of color #E7221A: hue angle of 2.34º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7221A is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 26 -
CMYK 0 0.85 0.89 0.09
HSL 2.34º 0.81% 0.5% -
HSV(B) 2.34º 0.89% 0.91% -
XYZ 33.71 18.21 2.71 -
YUV 91.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 231 34 26 0 0.85 0.89 0.09 2.34 0.81 0.5
Hex E7 22 1A 0 55 59 9 2 51 32
Octal 347 42 32 0 125 131 11 2 121 62
Binary 11100111 100010 11010 0 1010101 1011001 1001 10 1010001 110010

Color Harmonies of #E7221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7221A

Black with #E7221A

Text Example


Text Example

White with #E7221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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