Html Css Color HEX #EE3114 Scarlet

📋 copy color: '#EE3114'

red 238 ◦ green 49 ◦ blue 20

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

Shades of Scarlet #EE3114

Tints of Scarlet #EE3114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.51%

R = 77.52%
G = 15.96%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3114 (or 0xEE3114) is known color: Scarlet. HEX triplet: EE, 31 and 14. RGB value is (238,49,20). Sum of RGB (Red+Green+Blue) = 238+49+20=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3114 is #11CEEB. Grayscale: #666666. Windows color (decimal): -1167084 or 1323502. OLE color: 1323502.

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

Color convert

RGB 238 49 20 -
CMYK 0 0.79 0.92 0.07
HSL 7.98º 0.87% 0.51% -
HSV(B) 7.98º 0.92% 0.93% -
XYZ 36.48 20.42 2.68 -
YUV 102.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 238 49 20 0 0.79 0.92 0.07 7.98 0.87 0.51
Hex EE 31 14 0 4F 5C 7 8 57 33
Octal 356 61 24 0 117 134 7 10 127 63
Binary 11101110 110001 10100 0 1001111 1011100 111 1000 1010111 110011

Color Harmonies of #EE3114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3114

Black with #EE3114

Text Example


Text Example

White with #EE3114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3114; }

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

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

background-color css

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

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

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

border-color css

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

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

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