Html Css Color HEX #EE201E Scarlet

📋 copy color: '#EE201E'

red 238 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #EE201E

Tints of Scarlet #EE201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 79.33%
G = 10.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE201E (or 0xEE201E) is known color: Scarlet. HEX triplet: EE, 20 and 1E. RGB value is (238,32,30). Sum of RGB (Red+Green+Blue) = 238+32+30=300 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 238 - color contains mainly: red. Hex color #EE201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE201E is #11DFE1. Grayscale: #5D5D5D. Windows color (decimal): -1171426 or 1974510. OLE color: 1974510.

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

Color convert

RGB 238 32 30 -
CMYK 0 0.87 0.87 0.07
HSL 0.58º 0.86% 0.53% -
HSV(B) 0.58º 0.87% 0.93% -
XYZ 36.01 19.3 3.06 -
YUV 93.37 92.25 231.16 -
System Red Green Blue C M Y K H S L
Decimal 238 32 30 0 0.87 0.87 0.07 0.58 0.86 0.53
Hex EE 20 1E 0 57 57 7 1 56 35
Octal 356 40 36 0 127 127 7 1 126 65
Binary 11101110 100000 11110 0 1010111 1010111 111 1 1010110 110101

Color Harmonies of #EE201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE201E

Black with #EE201E

Text Example


Text Example

White with #EE201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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