Html Css Color HEX #EE221A Scarlet

📋 copy color: '#EE221A'

red 238 ◦ green 34 ◦ blue 26

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

Shades of Scarlet #EE221A

Tints of Scarlet #EE221A

RGB

 RED value IS 238 (93.36% from 255) = 79.87%

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

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

R = 79.87%
G = 11.41%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE221A (or 0xEE221A) is known color: Scarlet. HEX triplet: EE, 22 and 1A. RGB value is (238,34,26). Sum of RGB (Red+Green+Blue) = 238+34+26=298 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.87% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 238 - color contains mainly: red. Hex color #EE221A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE221A is #11DDE5. Grayscale: #5E5E5E. Windows color (decimal): -1170918 or 1712878. OLE color: 1712878.

HSL color Cylindrical-coordinate representation of color #EE221A: hue angle of 2.26º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE221A is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 34 26 -
CMYK 0 0.86 0.89 0.07
HSL 2.26º 0.86% 0.52% -
HSV(B) 2.26º 0.89% 0.93% -
XYZ 36.02 19.4 2.82 -
YUV 94.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 238 34 26 0 0.86 0.89 0.07 2.26 0.86 0.52
Hex EE 22 1A 0 56 59 7 2 56 34
Octal 356 42 32 0 126 131 7 2 126 64
Binary 11101110 100010 11010 0 1010110 1011001 111 10 1010110 110100

Color Harmonies of #EE221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE221A

Black with #EE221A

Text Example


Text Example

White with #EE221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE221A; }

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

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

background-color css

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

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

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

border-color css

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

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

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