Html Css Color HEX #EE221C Scarlet

📋 copy color: '#EE221C'

red 238 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #EE221C

Tints of Scarlet #EE221C

RGB

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

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

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

R = 79.33%
G = 11.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE221C (or 0xEE221C) is known color: Scarlet. HEX triplet: EE, 22 and 1C. RGB value is (238,34,28). Sum of RGB (Red+Green+Blue) = 238+34+28=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE221C is #11DDE3. Grayscale: #5E5E5E. Windows color (decimal): -1170916 or 1843950. OLE color: 1843950.

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

Color convert

RGB 238 34 28 -
CMYK 0 0.86 0.88 0.07
HSL 1.71º 0.86% 0.52% -
HSV(B) 1.71º 0.88% 0.93% -
XYZ 36.04 19.41 2.94 -
YUV 94.31 90.59 230.49 -
System Red Green Blue C M Y K H S L
Decimal 238 34 28 0 0.86 0.88 0.07 1.71 0.86 0.52
Hex EE 22 1C 0 56 58 7 2 56 34
Octal 356 42 34 0 126 130 7 2 126 64
Binary 11101110 100010 11100 0 1010110 1011000 111 10 1010110 110100

Color Harmonies of #EE221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE221C

Black with #EE221C

Text Example


Text Example

White with #EE221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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