Html Css Color HEX #EE2312 Scarlet

📋 copy color: '#EE2312'

red 238 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #EE2312

Tints of Scarlet #EE2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.03%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 81.79%
G = 12.03%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2312 (or 0xEE2312) is known color: Scarlet. HEX triplet: EE, 23 and 12. RGB value is (238,35,18). Sum of RGB (Red+Green+Blue) = 238+35+18=291 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.79% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2312 is #11DCED. Grayscale: #5E5E5E. Windows color (decimal): -1170670 or 1188846. OLE color: 1188846.

HSL color Cylindrical-coordinate representation of color #EE2312: hue angle of 4.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE2312 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 35 18 -
CMYK 0 0.85 0.92 0.07
HSL 4.64º 0.87% 0.5% -
HSV(B) 4.64º 0.92% 0.93% -
XYZ 35.97 19.42 2.43 -
YUV 93.76 85.25 230.88 -
System Red Green Blue C M Y K H S L
Decimal 238 35 18 0 0.85 0.92 0.07 4.64 0.87 0.5
Hex EE 23 12 0 55 5C 7 5 57 32
Octal 356 43 22 0 125 134 7 5 127 62
Binary 11101110 100011 10010 0 1010101 1011100 111 101 1010111 110010

Color Harmonies of #EE2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2312

Black with #EE2312

Text Example


Text Example

White with #EE2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2312; }

 p { color: rgb(238,35,18); }

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

background-color css

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

 a { background-color: rgb(238,35,18); }

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

border-color css

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

 span { border-color: rgb(238,35,18); }

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