Html Css Color HEX #EE3115 Scarlet

📋 copy color: '#EE3115'

red 238 ◦ green 49 ◦ blue 21

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

Shades of Scarlet #EE3115

Tints of Scarlet #EE3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

 BLUE value IS 21 (8.59% from 255) = 6.82%

R = 77.27%
G = 15.91%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE3115 (or 0xEE3115) is known color: Scarlet. HEX triplet: EE, 31 and 15. RGB value is (238,49,21). Sum of RGB (Red+Green+Blue) = 238+49+21=308 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.27% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3115 is #11CEEA. Grayscale: #666666. Windows color (decimal): -1167083 or 1389038. OLE color: 1389038.

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

Color convert

RGB 238 49 21 -
CMYK 0 0.79 0.91 0.07
HSL 7.74º 0.86% 0.51% -
HSV(B) 7.74º 0.91% 0.93% -
XYZ 36.49 20.43 2.73 -
YUV 102.32 82.12 224.78 -
System Red Green Blue C M Y K H S L
Decimal 238 49 21 0 0.79 0.91 0.07 7.74 0.86 0.51
Hex EE 31 15 0 4F 5B 7 8 56 33
Octal 356 61 25 0 117 133 7 10 126 63
Binary 11101110 110001 10101 0 1001111 1011011 111 1000 1010110 110011

Color Harmonies of #EE3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3115

Black with #EE3115

Text Example


Text Example

White with #EE3115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3115; }

 p { color: rgb(238,49,21); }

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

background-color css

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

 a { background-color: rgb(238,49,21); }

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

border-color css

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

 span { border-color: rgb(238,49,21); }

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