Html Css Color HEX #EB253A Alizarin

📋 copy color: '#EB253A'

red 235 ◦ green 37 ◦ blue 58

#EB253A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #EB253A

Tints of Alizarin #EB253A

RGB

 RED value IS 235 (92.19% from 255) = 71.21%

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 71.21%
G = 11.21%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB253A (or 0xEB253A) is known color: Alizarin. HEX triplet: EB, 25 and 3A. RGB value is (235,37,58). Sum of RGB (Red+Green+Blue) = 235+37+58=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB253A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB253A is #14DAC5. Grayscale: #626262. Windows color (decimal): -1366726 or 3810795. OLE color: 3810795.

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

Color convert

RGB 235 37 58 -
CMYK 0 0.84 0.75 0.08
HSL 353.64º 0.83% 0.53% -
HSV(B) 353.64º 0.84% 0.92% -
XYZ 35.69 19.29 5.85 -
YUV 98.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 235 37 58 0 0.84 0.75 0.08 353.64 0.83 0.53
Hex EB 25 3A 0 54 4B 8 162 53 35
Octal 353 45 72 0 124 113 10 542 123 65
Binary 11101011 100101 111010 0 1010100 1001011 1000 101100010 1010011 110101

Color Harmonies of #EB253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB253A

Black with #EB253A

Text Example


Text Example

White with #EB253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB253A; }

 p { color: rgb(235,37,58); }

 H1.HeaderClassName
 {
   color: #EB253A;
 }
 .AnyTagClassName
 {
   color: #EB253A;
 }
</style>

background-color css

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

 a { background-color: rgb(235,37,58); }

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

border-color css

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

 span { border-color: rgb(235,37,58); }

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