#EC261C

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

Shades of Scarlet #EC261C

Tints of Scarlet #EC261C

Color information

#EC261C (or 0xEC261C) is unknown color: approx Scarlet. HEX triplet: EC, 26 and 1C. RGB value is (236,38,28). Sum of RGB (Red+Green+Blue) = 236+38+28=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC261C is #13D9E3. Grayscale: #606060. Windows color (decimal): -1300964 or 1844972. OLE color: 1844972.

HSL color Cylindrical-coordinate representation of color #EC261C: hue angle of 2.88º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC261C is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2363828-
CMYK00.840.880.07
HSL2.88º84.55%51.76%-
HSV(B)2.88º88.14%92.55%-
XYZ35.4919.32.95-
YUV96.0689.6227.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 78.15%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=78.15%
G=12.58%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236382800.840.880.072.8884.5551.76
HexEC261C05458735534
Octal354463401241307312564
Binary1110110010011011100010101001011000111111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC261C; }

 p { color: rgb(236,38,28); }

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

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

 a { background-color: rgb(236,38,28); }

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

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

 span { border-color: rgb(236,38,28); }

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