#EA271C

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

Shades of Scarlet #EA271C

Tints of Scarlet #EA271C

Color information

#EA271C (or 0xEA271C) is unknown color: approx Scarlet. HEX triplet: EA, 27 and 1C. RGB value is (234,39,28). Sum of RGB (Red+Green+Blue) = 234+39+28=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA271C is #15D8E3. Grayscale: #606060. Windows color (decimal): -1431780 or 1845226. OLE color: 1845226.

HSL color Cylindrical-coordinate representation of color #EA271C: hue angle of 3.2º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA271C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB2343928-
CMYK00.830.880.08
HSL3.2º83.06%51.37%-
HSV(B)3.2º88.03%91.76%-
XYZ34.8719.032.93-
YUV96.0589.6226.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 77.74%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=77.74%
G=12.96%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234392800.830.880.083.283.0651.37
HexEA271C05358835333
Octal3524734012313010312363
Binary11101010100111111000101001110110001000111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA271C; }

 p { color: rgb(234,39,28); }

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

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

 a { background-color: rgb(234,39,28); }

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

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

 span { border-color: rgb(234,39,28); }

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