Html Css Color HEX #EE2218 Scarlet

📋 copy color: '#EE2218'

red 238 ◦ green 34 ◦ blue 24

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

Shades of Scarlet #EE2218

Tints of Scarlet #EE2218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 80.41%
G = 11.49%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE2218 (or 0xEE2218) is known color: Scarlet. HEX triplet: EE, 22 and 18. RGB value is (238,34,24). Sum of RGB (Red+Green+Blue) = 238+34+24=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2218 is #11DDE7. Grayscale: #5E5E5E. Windows color (decimal): -1170920 or 1581806. OLE color: 1581806.

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

Color convert

RGB 238 34 24 -
CMYK 0 0.86 0.90 0.07
HSL 2.8º 0.86% 0.51% -
HSV(B) 2.8º 0.9% 0.93% -
XYZ 36 19.39 2.71 -
YUV 93.86 88.59 230.81 -
System Red Green Blue C M Y K H S L
Decimal 238 34 24 0 0.86 0.90 0.07 2.8 0.86 0.51
Hex EE 22 18 0 56 5A 7 3 56 33
Octal 356 42 30 0 126 132 7 3 126 63
Binary 11101110 100010 11000 0 1010110 1011010 111 11 1010110 110011

Color Harmonies of #EE2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2218

Black with #EE2218

Text Example


Text Example

White with #EE2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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