Html Css Color HEX #EE1A14 Scarlet

📋 copy color: '#EE1A14'

red 238 ◦ green 26 ◦ blue 20

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

Shades of Scarlet #EE1A14

Tints of Scarlet #EE1A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.15%

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

R = 83.8%
G = 9.15%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE1A14 (or 0xEE1A14) is known color: Scarlet. HEX triplet: EE, 1A and 14. RGB value is (238,26,20). Sum of RGB (Red+Green+Blue) = 238+26+20=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1A14 is #11E5EB. Grayscale: #585858. Windows color (decimal): -1172972 or 1317614. OLE color: 1317614.

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

Color convert

RGB 238 26 20 -
CMYK 0 0.89 0.92 0.07
HSL 1.65º 0.87% 0.51% -
HSV(B) 1.65º 0.92% 0.93% -
XYZ 35.76 18.97 2.44 -
YUV 88.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 238 26 20 0 0.89 0.92 0.07 1.65 0.87 0.51
Hex EE 1A 14 0 59 5C 7 2 57 33
Octal 356 32 24 0 131 134 7 2 127 63
Binary 11101110 11010 10100 0 1011001 1011100 111 10 1010111 110011

Color Harmonies of #EE1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A14

Black with #EE1A14

Text Example


Text Example

White with #EE1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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