#EE1D1B

Color #EE1D1B Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #EE1D1B

Tints of Scarlet #EE1D1B

Color information

#EE1D1B (or 0xEE1D1B) is unknown color: approx Scarlet. HEX triplet: EE, 1D and 1B. RGB value is (238,29,27). Sum of RGB (Red+Green+Blue) = 238+29+27=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1D1B is #11E2E4. Grayscale: #5B5B5B. Windows color (decimal): -1172197 or 1777134. OLE color: 1777134.

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

Color convert

RGB2382927-
CMYK00.880.890.07
HSL0.57º86.12%51.96%-
HSV(B)0.57º88.66%93.33%-
XYZ35.919.142.84-
YUV91.2691.74232.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 80.95%
GREEN value IS 29 (11.72% from 255) = 9.86%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=80.95%
G=9.86%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238292700.880.890.070.5786.1251.96
HexEE1D1B05859715634
Octal356353301301317112664
Binary11101110111011101101011000101100111111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D1B; }

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

 H1.HeaderClassName
 {
   color: #EE1D1B;
 }
 .AnyTagClassName
 {
   color: #EE1D1B;
 }
</style>
background-color css

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

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

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

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

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

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