#EC2A1B

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

Shades of Scarlet #EC2A1B

Tints of Scarlet #EC2A1B

Color information

#EC2A1B (or 0xEC2A1B) is unknown color: approx Scarlet. HEX triplet: EC, 2A and 1B. RGB value is (236,42,27). Sum of RGB (Red+Green+Blue) = 236+42+27=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2A1B is #13D5E4. Grayscale: #626262. Windows color (decimal): -1299941 or 1780460. OLE color: 1780460.

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

Color convert

RGB2364227-
CMYK00.820.890.07
HSL4.31º84.62%51.57%-
HSV(B)4.31º88.56%92.55%-
XYZ35.6219.572.94-
YUV98.387.77226.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 77.38%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 27 (10.94% from 255) = 8.85%
R=77.38%
G=13.77%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236422700.820.890.074.3184.6251.57
HexEC2A1B05259745534
Octal354523301221317412564
Binary11101100101010110110101001010110011111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2A1B; }

 p { color: rgb(236,42,27); }

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

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

 a { background-color: rgb(236,42,27); }

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

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

 span { border-color: rgb(236,42,27); }

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