Html Css Color HEX #EE200E Scarlet

📋 copy color: '#EE200E'

red 238 ◦ green 32 ◦ blue 14

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

Shades of Scarlet #EE200E

Tints of Scarlet #EE200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.93%

R = 83.8%
G = 11.27%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE200E (or 0xEE200E) is known color: Scarlet. HEX triplet: EE, 20 and 0E. RGB value is (238,32,14). Sum of RGB (Red+Green+Blue) = 238+32+14=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE200E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE200E is #11DFF1. Grayscale: #5B5B5B. Windows color (decimal): -1171442 or 925934. OLE color: 925934.

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

Color convert

RGB 238 32 14 -
CMYK 0 0.87 0.94 0.07
HSL 4.82º 0.89% 0.49% -
HSV(B) 4.82º 0.94% 0.93% -
XYZ 35.86 19.24 2.24 -
YUV 91.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 238 32 14 0 0.87 0.94 0.07 4.82 0.89 0.49
Hex EE 20 E 0 57 5E 7 5 59 31
Octal 356 40 16 0 127 136 7 5 131 61
Binary 11101110 100000 1110 0 1010111 1011110 111 101 1011001 110001

Color Harmonies of #EE200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE200E

Black with #EE200E

Text Example


Text Example

White with #EE200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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