Html Css Color HEX #EB223F Alizarin

📋 copy color: '#EB223F'

red 235 ◦ green 34 ◦ blue 63

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

Shades of Alizarin #EB223F

Tints of Alizarin #EB223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

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

R = 70.78%
G = 10.24%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB223F (or 0xEB223F) is known color: Alizarin. HEX triplet: EB, 22 and 3F. RGB value is (235,34,63). Sum of RGB (Red+Green+Blue) = 235+34+63=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB223F is #14DDC0. Grayscale: #616161. Windows color (decimal): -1367489 or 4137707. OLE color: 4137707.

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

Color convert

RGB 235 34 63 -
CMYK 0 0.86 0.73 0.08
HSL 351.34º 0.83% 0.53% -
HSV(B) 351.34º 0.86% 0.92% -
XYZ 35.73 19.17 6.52 -
YUV 97.41 108.59 226.14 -
System Red Green Blue C M Y K H S L
Decimal 235 34 63 0 0.86 0.73 0.08 351.34 0.83 0.53
Hex EB 22 3F 0 56 49 8 15F 53 35
Octal 353 42 77 0 126 111 10 537 123 65
Binary 11101011 100010 111111 0 1010110 1001001 1000 101011111 1010011 110101

Color Harmonies of #EB223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB223F

Black with #EB223F

Text Example


Text Example

White with #EB223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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