Html Css Color HEX #EB2326 Alizarin

📋 copy color: '#EB2326'

red 235 ◦ green 35 ◦ blue 38

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

Shades of Alizarin #EB2326

Tints of Alizarin #EB2326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.36%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 76.3%
G = 11.36%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB2326 (or 0xEB2326) is known color: Alizarin. HEX triplet: EB, 23 and 26. RGB value is (235,35,38). Sum of RGB (Red+Green+Blue) = 235+35+38=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2326 is #14DCD9. Grayscale: #5F5F5F. Windows color (decimal): -1367258 or 2499563. OLE color: 2499563.

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

Color convert

RGB 235 35 38 -
CMYK 0 0.85 0.84 0.08
HSL 359.1º 0.83% 0.53% -
HSV(B) 359.1º 0.85% 0.92% -
XYZ 35.21 19 3.65 -
YUV 95.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 235 35 38 0 0.85 0.84 0.08 359.1 0.83 0.53
Hex EB 23 26 0 55 54 8 167 53 35
Octal 353 43 46 0 125 124 10 547 123 65
Binary 11101011 100011 100110 0 1010101 1010100 1000 101100111 1010011 110101

Color Harmonies of #EB2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2326

Black with #EB2326

Text Example


Text Example

White with #EB2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2326; }

 p { color: rgb(235,35,38); }

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

background-color css

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

 a { background-color: rgb(235,35,38); }

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

border-color css

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

 span { border-color: rgb(235,35,38); }

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