#E61E1C

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

Shades of Scarlet #E61E1C

Tints of Scarlet #E61E1C

Color information

#E61E1C (or 0xE61E1C) is unknown color: approx Scarlet. HEX triplet: E6, 1E and 1C. RGB value is (230,30,28). Sum of RGB (Red+Green+Blue) = 230+30+28=288 (38% of max value = 765). Red value is 230 (90.23% from 255 or 79.86% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61E1C is #19E1E3. Grayscale: #595959. Windows color (decimal): -1696228 or 1842918. OLE color: 1842918.

HSL color Cylindrical-coordinate representation of color #E61E1C: hue angle of 0.59º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61E1C is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB2303028-
CMYK00.870.880.10
HSL0.59º80.16%50.59%-
HSV(B)0.59º87.83%90.2%-
XYZ33.3117.842.79-
YUV89.5793.26228.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 79.86%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 28 (11.33% from 255) = 9.72%
R=79.86%
G=10.42%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230302800.870.880.100.5980.1650.59
HexE61E1C05758A15033
Octal3463634012713012112063
Binary111001101111011100010101111011000101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61E1C; }

 p { color: rgb(230,30,28); }

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

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

 a { background-color: rgb(230,30,28); }

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

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

 span { border-color: rgb(230,30,28); }

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