Html Css Color HEX #E9221A Scarlet

📋 copy color: '#E9221A'

red 233 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #E9221A

Tints of Scarlet #E9221A

RGB

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

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

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

R = 79.52%
G = 11.6%
B = 8.87%

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

#E9221A (or 0xE9221A) is known color: Scarlet. HEX triplet: E9, 22 and 1A. RGB value is (233,34,26). Sum of RGB (Red+Green+Blue) = 233+34+26=293 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.52% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 233 - color contains mainly: red. Hex color #E9221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9221A is #16DDE5. Grayscale: #5C5C5C. Windows color (decimal): -1498598 or 1712873. OLE color: 1712873.

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

Color convert

RGB 233 34 26 -
CMYK 0 0.85 0.89 0.09
HSL 2.32º 0.82% 0.51% -
HSV(B) 2.32º 0.89% 0.91% -
XYZ 34.36 18.54 2.75 -
YUV 92.59 90.43 228.15 -
System Red Green Blue C M Y K H S L
Decimal 233 34 26 0 0.85 0.89 0.09 2.32 0.82 0.51
Hex E9 22 1A 0 55 59 9 2 52 33
Octal 351 42 32 0 125 131 11 2 122 63
Binary 11101001 100010 11010 0 1010101 1011001 1001 10 1010010 110011

Color Harmonies of #E9221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9221A

Black with #E9221A

Text Example


Text Example

White with #E9221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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