Html Css Color HEX #EB2D3B Alizarin

📋 copy color: '#EB2D3B'

red 235 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #EB2D3B

Tints of Alizarin #EB2D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 69.32%
G = 13.27%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB2D3B (or 0xEB2D3B) is known color: Alizarin. HEX triplet: EB, 2D and 3B. RGB value is (235,45,59). Sum of RGB (Red+Green+Blue) = 235+45+59=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D3B is #14D2C4. Grayscale: #676767. Windows color (decimal): -1364677 or 3878379. OLE color: 3878379.

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

Color convert

RGB 235 45 59 -
CMYK 0 0.81 0.75 0.08
HSL 355.58º 0.83% 0.55% -
HSV(B) 355.58º 0.81% 0.92% -
XYZ 35.99 19.85 6.07 -
YUV 103.41 102.95 221.86 -
System Red Green Blue C M Y K H S L
Decimal 235 45 59 0 0.81 0.75 0.08 355.58 0.83 0.55
Hex EB 2D 3B 0 51 4B 8 164 53 37
Octal 353 55 73 0 121 113 10 544 123 67
Binary 11101011 101101 111011 0 1010001 1001011 1000 101100100 1010011 110111

Color Harmonies of #EB2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D3B

Black with #EB2D3B

Text Example


Text Example

White with #EB2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D3B; }

 p { color: rgb(235,45,59); }

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

background-color css

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

 a { background-color: rgb(235,45,59); }

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

border-color css

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

 span { border-color: rgb(235,45,59); }

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