Html Css Color HEX #EB222E Alizarin

📋 copy color: '#EB222E'

red 235 ◦ green 34 ◦ blue 46

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

Shades of Alizarin #EB222E

Tints of Alizarin #EB222E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 74.6%
G = 10.79%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB222E (or 0xEB222E) is known color: Alizarin. HEX triplet: EB, 22 and 2E. RGB value is (235,34,46). Sum of RGB (Red+Green+Blue) = 235+34+46=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB222E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB222E is #14DDD1. Grayscale: #5F5F5F. Windows color (decimal): -1367506 or 3023595. OLE color: 3023595.

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

Color convert

RGB 235 34 46 -
CMYK 0 0.86 0.80 0.08
HSL 356.42º 0.83% 0.53% -
HSV(B) 356.42º 0.86% 0.92% -
XYZ 35.33 19 4.39 -
YUV 95.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 235 34 46 0 0.86 0.80 0.08 356.42 0.83 0.53
Hex EB 22 2E 0 56 50 8 164 53 35
Octal 353 42 56 0 126 120 10 544 123 65
Binary 11101011 100010 101110 0 1010110 1010000 1000 101100100 1010011 110101

Color Harmonies of #EB222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB222E

Black with #EB222E

Text Example


Text Example

White with #EB222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB222E; }

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

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

background-color css

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

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

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

border-color css

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

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

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