Html Css Color HEX #EE1A1A Scarlet

📋 copy color: '#EE1A1A'

red 238 ◦ green 26 ◦ blue 26

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

Shades of Scarlet #EE1A1A

Tints of Scarlet #EE1A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 82.07%
G = 8.97%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1A1A (or 0xEE1A1A) is known color: Scarlet. HEX triplet: EE, 1A and 1A. RGB value is (238,26,26). Sum of RGB (Red+Green+Blue) = 238+26+26=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1A1A is #11E5E5. Grayscale: #595959. Windows color (decimal): -1172966 or 1710830. OLE color: 1710830.

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

Color convert

RGB 238 26 26 -
CMYK 0 0.89 0.89 0.07
HSL 0.86% 0.52% -
HSV(B) 0.89% 0.93% -
XYZ 35.82 18.99 2.76 -
YUV 89.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 238 26 26 0 0.89 0.89 0.07 0 0.86 0.52
Hex EE 1A 1A 0 59 59 7 0 56 34
Octal 356 32 32 0 131 131 7 0 126 64
Binary 11101110 11010 11010 0 1011001 1011001 111 0 1010110 110100

Color Harmonies of #EE1A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A1A

Black with #EE1A1A

Text Example


Text Example

White with #EE1A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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