Html Css Color HEX #EE201A Scarlet

📋 copy color: '#EE201A'

red 238 ◦ green 32 ◦ blue 26

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

Shades of Scarlet #EE201A

Tints of Scarlet #EE201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 80.41%
G = 10.81%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE201A (or 0xEE201A) is known color: Scarlet. HEX triplet: EE, 20 and 1A. RGB value is (238,32,26). Sum of RGB (Red+Green+Blue) = 238+32+26=296 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.41% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 238 - color contains mainly: red. Hex color #EE201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE201A is #11DFE5. Grayscale: #5D5D5D. Windows color (decimal): -1171430 or 1712366. OLE color: 1712366.

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

Color convert

RGB 238 32 26 -
CMYK 0 0.87 0.89 0.07
HSL 1.7º 0.86% 0.52% -
HSV(B) 1.7º 0.89% 0.93% -
XYZ 35.96 19.28 2.8 -
YUV 92.91 90.25 231.49 -
System Red Green Blue C M Y K H S L
Decimal 238 32 26 0 0.87 0.89 0.07 1.7 0.86 0.52
Hex EE 20 1A 0 57 59 7 2 56 34
Octal 356 40 32 0 127 131 7 2 126 64
Binary 11101110 100000 11010 0 1010111 1011001 111 10 1010110 110100

Color Harmonies of #EE201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE201A

Black with #EE201A

Text Example


Text Example

White with #EE201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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