Html Css Color HEX #EB2B32 Alizarin

📋 copy color: '#EB2B32'

red 235 ◦ green 43 ◦ blue 50

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

Shades of Alizarin #EB2B32

Tints of Alizarin #EB2B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.11%

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 71.65%
G = 13.11%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EB2B32 (or 0xEB2B32) is known color: Alizarin. HEX triplet: EB, 2B and 32. RGB value is (235,43,50). Sum of RGB (Red+Green+Blue) = 235+43+50=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B32 is #14D4CD. Grayscale: #656565. Windows color (decimal): -1365198 or 3288043. OLE color: 3288043.

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

Color convert

RGB 235 43 50 -
CMYK 0 0.82 0.79 0.08
HSL 357.81º 0.83% 0.55% -
HSV(B) 357.81º 0.82% 0.92% -
XYZ 35.7 19.62 4.92 -
YUV 101.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 235 43 50 0 0.82 0.79 0.08 357.81 0.83 0.55
Hex EB 2B 32 0 52 4F 8 166 53 37
Octal 353 53 62 0 122 117 10 546 123 67
Binary 11101011 101011 110010 0 1010010 1001111 1000 101100110 1010011 110111

Color Harmonies of #EB2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B32

Black with #EB2B32

Text Example


Text Example

White with #EB2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B32; }

 p { color: rgb(235,43,50); }

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

background-color css

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

 a { background-color: rgb(235,43,50); }

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

border-color css

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

 span { border-color: rgb(235,43,50); }

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