Html Css Color HEX #EE2713 Scarlet

📋 copy color: '#EE2713'

red 238 ◦ green 39 ◦ blue 19

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

Shades of Scarlet #EE2713

Tints of Scarlet #EE2713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 80.41%
G = 13.18%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2713 (or 0xEE2713) is known color: Scarlet. HEX triplet: EE, 27 and 13. RGB value is (238,39,19). Sum of RGB (Red+Green+Blue) = 238+39+19=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2713 is #11D8EC. Grayscale: #606060. Windows color (decimal): -1169645 or 1255406. OLE color: 1255406.

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

Color convert

RGB 238 39 19 -
CMYK 0 0.84 0.92 0.07
HSL 5.48º 0.87% 0.5% -
HSV(B) 5.48º 0.92% 0.93% -
XYZ 36.1 19.68 2.51 -
YUV 96.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 238 39 19 0 0.84 0.92 0.07 5.48 0.87 0.5
Hex EE 27 13 0 54 5C 7 5 57 32
Octal 356 47 23 0 124 134 7 5 127 62
Binary 11101110 100111 10011 0 1010100 1011100 111 101 1010111 110010

Color Harmonies of #EE2713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2713

Black with #EE2713

Text Example


Text Example

White with #EE2713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2713; }

 p { color: rgb(238,39,19); }

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

background-color css

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

 a { background-color: rgb(238,39,19); }

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

border-color css

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

 span { border-color: rgb(238,39,19); }

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