#EF2C1C

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

Shades of Scarlet #EF2C1C

Tints of Scarlet #EF2C1C

Color information

#EF2C1C (or 0xEF2C1C) is unknown color: approx Scarlet. HEX triplet: EF, 2C and 1C. RGB value is (239,44,28). Sum of RGB (Red+Green+Blue) = 239+44+28=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C1C is #10D3E3. Grayscale: #646464. Windows color (decimal): -1102820 or 1846511. OLE color: 1846511.

HSL color Cylindrical-coordinate representation of color #EF2C1C: hue angle of 4.55º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF2C1C is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB2394428-
CMYK00.820.880.06
HSL4.55º86.83%52.35%-
HSV(B)4.55º88.28%93.73%-
XYZ36.7120.243.07-
YUV100.4887.1226.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 76.85%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 28 (11.33% from 255) = 9.00%
R=76.85%
G=14.15%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239442800.820.880.064.5586.8352.35
HexEF2C1C05258655734
Octal357543401221306512764
Binary11101111101100111000101001010110001101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2C1C; }

 p { color: rgb(239,44,28); }

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

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

 a { background-color: rgb(239,44,28); }

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

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

 span { border-color: rgb(239,44,28); }

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