Html Css Color HEX #EE201B Scarlet

📋 copy color: '#EE201B'

red 238 ◦ green 32 ◦ blue 27

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

Shades of Scarlet #EE201B

Tints of Scarlet #EE201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 80.13%
G = 10.77%
B = 9.09%

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

#EE201B (or 0xEE201B) is known color: Scarlet. HEX triplet: EE, 20 and 1B. RGB value is (238,32,27). Sum of RGB (Red+Green+Blue) = 238+32+27=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE201B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE201B is #11DFE4. Grayscale: #5D5D5D. Windows color (decimal): -1171429 or 1777902. OLE color: 1777902.

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

Color convert

RGB 238 32 27 -
CMYK 0 0.87 0.89 0.07
HSL 1.42º 0.86% 0.52% -
HSV(B) 1.42º 0.89% 0.93% -
XYZ 35.97 19.29 2.86 -
YUV 93.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 238 32 27 0 0.87 0.89 0.07 1.42 0.86 0.52
Hex EE 20 1B 0 57 59 7 1 56 34
Octal 356 40 33 0 127 131 7 1 126 64
Binary 11101110 100000 11011 0 1010111 1011001 111 1 1010110 110100

Color Harmonies of #EE201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE201B

Black with #EE201B

Text Example


Text Example

White with #EE201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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