#EB221B

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

Shades of Scarlet #EB221B

Tints of Scarlet #EB221B

Color information

#EB221B (or 0xEB221B) is unknown color: approx Scarlet. HEX triplet: EB, 22 and 1B. RGB value is (235,34,27). Sum of RGB (Red+Green+Blue) = 235+34+27=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB221B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB221B is #14DDE4. Grayscale: #5D5D5D. Windows color (decimal): -1367525 or 1778411. OLE color: 1778411.

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

Color convert

RGB2353427-
CMYK00.860.890.08
HSL2.02º83.87%51.37%-
HSV(B)2.02º88.51%92.16%-
XYZ35.0318.892.84-
YUV93.390.59229.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 79.39%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=79.39%
G=11.49%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235342700.860.890.082.0283.8751.37
HexEB221B05659825433
Octal3534233012613110212463
Binary11101011100010110110101011010110011000101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB221B; }

 p { color: rgb(235,34,27); }

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

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

 a { background-color: rgb(235,34,27); }

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

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

 span { border-color: rgb(235,34,27); }

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