Html Css Color HEX #E9221E Scarlet

📋 copy color: '#E9221E'

red 233 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #E9221E

Tints of Scarlet #E9221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 78.45%
G = 11.45%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9221E (or 0xE9221E) is known color: Scarlet. HEX triplet: E9, 22 and 1E. RGB value is (233,34,30). Sum of RGB (Red+Green+Blue) = 233+34+30=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9221E is #16DDE1. Grayscale: #5D5D5D. Windows color (decimal): -1498594 or 1975017. OLE color: 1975017.

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

Color convert

RGB 233 34 30 -
CMYK 0 0.85 0.87 0.09
HSL 1.18º 0.82% 0.52% -
HSV(B) 1.18º 0.87% 0.91% -
XYZ 34.41 18.56 3 -
YUV 93.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 233 34 30 0 0.85 0.87 0.09 1.18 0.82 0.52
Hex E9 22 1E 0 55 57 9 1 52 34
Octal 351 42 36 0 125 127 11 1 122 64
Binary 11101001 100010 11110 0 1010101 1010111 1001 1 1010010 110100

Color Harmonies of #E9221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9221E

Black with #E9221E

Text Example


Text Example

White with #E9221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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