Html Css Color HEX #EB2B33 Alizarin

📋 copy color: '#EB2B33'

red 235 ◦ green 43 ◦ blue 51

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

Shades of Alizarin #EB2B33

Tints of Alizarin #EB2B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 71.43%
G = 13.07%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB2B33 (or 0xEB2B33) is known color: Alizarin. HEX triplet: EB, 2B and 33. RGB value is (235,43,51). Sum of RGB (Red+Green+Blue) = 235+43+51=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B33 is #14D4CC. Grayscale: #656565. Windows color (decimal): -1365197 or 3353579. OLE color: 3353579.

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

Color convert

RGB 235 43 51 -
CMYK 0 0.82 0.78 0.08
HSL 357.5º 0.83% 0.55% -
HSV(B) 357.5º 0.82% 0.92% -
XYZ 35.72 19.63 5.04 -
YUV 101.32 99.61 223.35 -
System Red Green Blue C M Y K H S L
Decimal 235 43 51 0 0.82 0.78 0.08 357.5 0.83 0.55
Hex EB 2B 33 0 52 4E 8 166 53 37
Octal 353 53 63 0 122 116 10 546 123 67
Binary 11101011 101011 110011 0 1010010 1001110 1000 101100110 1010011 110111

Color Harmonies of #EB2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B33

Black with #EB2B33

Text Example


Text Example

White with #EB2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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