Html Css Color HEX #EB2F33 Alizarin

📋 copy color: '#EB2F33'

red 235 ◦ green 47 ◦ blue 51

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

Shades of Alizarin #EB2F33

Tints of Alizarin #EB2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.11%

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

R = 70.57%
G = 14.11%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB2F33 (or 0xEB2F33) is known color: Alizarin. HEX triplet: EB, 2F and 33. RGB value is (235,47,51). Sum of RGB (Red+Green+Blue) = 235+47+51=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F33 is #14D0CC. Grayscale: #676767. Windows color (decimal): -1364173 or 3354603. OLE color: 3354603.

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

Color convert

RGB 235 47 51 -
CMYK 0 0.8 0.78 0.08
HSL 358.72º 0.82% 0.55% -
HSV(B) 358.72º 0.8% 0.92% -
XYZ 35.88 19.93 5.09 -
YUV 103.67 98.28 221.67 -
System Red Green Blue C M Y K H S L
Decimal 235 47 51 0 0.8 0.78 0.08 358.72 0.82 0.55
Hex EB 2F 33 0 50 4E 8 167 52 37
Octal 353 57 63 0 120 116 10 547 122 67
Binary 11101011 101111 110011 0 1010000 1001110 1000 101100111 1010010 110111

Color Harmonies of #EB2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F33

Black with #EB2F33

Text Example


Text Example

White with #EB2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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