#EB2D16

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

Shades of Scarlet #EB2D16

Tints of Scarlet #EB2D16

Color information

#EB2D16 (or 0xEB2D16) is unknown color: approx Scarlet. HEX triplet: EB, 2D and 16. RGB value is (235,45,22). Sum of RGB (Red+Green+Blue) = 235+45+22=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D16 is #14D2E9. Grayscale: #636363. Windows color (decimal): -1364714 or 1453547. OLE color: 1453547.

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

Color convert

RGB2354522-
CMYK00.810.910.08
HSL6.48º84.19%50.39%-
HSV(B)6.48º90.64%92.16%-
XYZ35.3419.62.68-
YUV99.1984.45224.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 77.81%
GREEN value IS 45 (17.97% from 255) = 14.90%
BLUE value IS 22 (8.98% from 255) = 7.28%
R=77.81%
G=14.90%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235452200.810.910.086.4884.1950.39
HexEB2D160515B865432
Octal3535526012113310612462
Binary111010111011011011001010001101101110001101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2D16; }

 p { color: rgb(235,45,22); }

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

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

 a { background-color: rgb(235,45,22); }

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

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

 span { border-color: rgb(235,45,22); }

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