#EF2320

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

Shades of Scarlet #EF2320

Tints of Scarlet #EF2320

Color information

#EF2320 (or 0xEF2320) is unknown color: approx Scarlet. HEX triplet: EF, 23 and 20. RGB value is (239,35,32). Sum of RGB (Red+Green+Blue) = 239+35+32=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2320 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2320 is #10DCDF. Grayscale: #5F5F5F. Windows color (decimal): -1105120 or 2106351. OLE color: 2106351.

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

Color convert

RGB2393532-
CMYK00.850.870.06
HSL0.87º86.61%53.14%-
HSV(B)0.87º86.61%93.73%-
XYZ36.4619.663.24-
YUV95.6592.09230.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 78.10%
GREEN value IS 35 (14.06% from 255) = 11.44%
BLUE value IS 32 (12.89% from 255) = 10.46%
R=78.10%
G=11.44%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239353200.850.870.060.8786.6153.14
HexEF232005557615735
Octal357434001251276112765
Binary1110111110001110000001010101101011111011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2320; }

 p { color: rgb(239,35,32); }

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

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

 a { background-color: rgb(239,35,32); }

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

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

 span { border-color: rgb(239,35,32); }

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