Html Css Color HEX #EB2238 Alizarin

📋 copy color: '#EB2238'

red 235 ◦ green 34 ◦ blue 56

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

Shades of Alizarin #EB2238

Tints of Alizarin #EB2238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 72.31%
G = 10.46%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB2238 (or 0xEB2238) is known color: Alizarin. HEX triplet: EB, 22 and 38. RGB value is (235,34,56). Sum of RGB (Red+Green+Blue) = 235+34+56=325 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.31% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2238 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2238 is #14DDC7. Grayscale: #606060. Windows color (decimal): -1367496 or 3678955. OLE color: 3678955.

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

Color convert

RGB 235 34 56 -
CMYK 0 0.86 0.76 0.08
HSL 353.43º 0.83% 0.53% -
HSV(B) 353.43º 0.86% 0.92% -
XYZ 35.55 19.09 5.55 -
YUV 96.61 105.09 226.71 -
System Red Green Blue C M Y K H S L
Decimal 235 34 56 0 0.86 0.76 0.08 353.43 0.83 0.53
Hex EB 22 38 0 56 4C 8 161 53 35
Octal 353 42 70 0 126 114 10 541 123 65
Binary 11101011 100010 111000 0 1010110 1001100 1000 101100001 1010011 110101

Color Harmonies of #EB2238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2238

Black with #EB2238

Text Example


Text Example

White with #EB2238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2238; }

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

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

background-color css

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

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

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

border-color css

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

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

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