Html Css Color HEX #EE2314 Scarlet

📋 copy color: '#EE2314'

red 238 ◦ green 35 ◦ blue 20

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

Shades of Scarlet #EE2314

Tints of Scarlet #EE2314

RGB

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

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

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

R = 81.23%
G = 11.95%
B = 6.83%

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

#EE2314 (or 0xEE2314) is known color: Scarlet. HEX triplet: EE, 23 and 14. RGB value is (238,35,20). Sum of RGB (Red+Green+Blue) = 238+35+20=293 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.23% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2314 is #11DCEB. Grayscale: #5E5E5E. Windows color (decimal): -1170668 or 1319918. OLE color: 1319918.

HSL color Cylindrical-coordinate representation of color #EE2314: hue angle of 4.13º 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 #EE2314 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 35 20 -
CMYK 0 0.85 0.92 0.07
HSL 4.13º 0.87% 0.51% -
HSV(B) 4.13º 0.92% 0.93% -
XYZ 35.99 19.43 2.52 -
YUV 93.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 238 35 20 0 0.85 0.92 0.07 4.13 0.87 0.51
Hex EE 23 14 0 55 5C 7 4 57 33
Octal 356 43 24 0 125 134 7 4 127 63
Binary 11101110 100011 10100 0 1010101 1011100 111 100 1010111 110011

Color Harmonies of #EE2314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2314

Black with #EE2314

Text Example


Text Example

White with #EE2314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2314; }

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

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

background-color css

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

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

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

border-color css

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

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

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