Html Css Color HEX #EB253F Alizarin

📋 copy color: '#EB253F'

red 235 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #EB253F

Tints of Alizarin #EB253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 70.15%
G = 11.04%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB253F (or 0xEB253F) is known color: Alizarin. HEX triplet: EB, 25 and 3F. RGB value is (235,37,63). Sum of RGB (Red+Green+Blue) = 235+37+63=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB253F is #14DAC0. Grayscale: #636363. Windows color (decimal): -1366721 or 4138475. OLE color: 4138475.

HSL color Cylindrical-coordinate representation of color #EB253F: hue angle of 352.12º 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 #EB253F is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 37 63 -
CMYK 0 0.84 0.73 0.08
HSL 352.12º 0.83% 0.53% -
HSV(B) 352.12º 0.84% 0.92% -
XYZ 35.82 19.34 6.55 -
YUV 99.17 107.6 224.89 -
System Red Green Blue C M Y K H S L
Decimal 235 37 63 0 0.84 0.73 0.08 352.12 0.83 0.53
Hex EB 25 3F 0 54 49 8 160 53 35
Octal 353 45 77 0 124 111 10 540 123 65
Binary 11101011 100101 111111 0 1010100 1001001 1000 101100000 1010011 110101

Color Harmonies of #EB253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB253F

Black with #EB253F

Text Example


Text Example

White with #EB253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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