#EB263E

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

Shades of Alizarin #EB263E

Tints of Alizarin #EB263E

Color information

#EB263E (or 0xEB263E) is unknown color: approx Alizarin. HEX triplet: EB, 26 and 3E. RGB value is (235,38,62). Sum of RGB (Red+Green+Blue) = 235+38+62=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB263E is #14D9C1. Grayscale: #636363. Windows color (decimal): -1366466 or 4073195. OLE color: 4073195.

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

Color convert

RGB2353862-
CMYK00.840.740.08
HSL352.69º83.12%53.53%-
HSV(B)352.69º83.83%92.16%-
XYZ35.8219.46.41-
YUV99.64106.77224.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 70.15%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=70.15%
G=11.34%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235386200.840.740.08352.6983.1253.53
HexEB263E0544A81615336
Octal353467601241121054112366
Binary1110101110011011111001010100100101010001011000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB263E; }

 p { color: rgb(235,38,62); }

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

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

 a { background-color: rgb(235,38,62); }

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

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

 span { border-color: rgb(235,38,62); }

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