Html Css Color HEX #EB2B3A Alizarin

📋 copy color: '#EB2B3A'

red 235 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #EB2B3A

Tints of Alizarin #EB2B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 69.94%
G = 12.8%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB2B3A (or 0xEB2B3A) is known color: Alizarin. HEX triplet: EB, 2B and 3A. RGB value is (235,43,58). Sum of RGB (Red+Green+Blue) = 235+43+58=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B3A is #14D4C5. Grayscale: #666666. Windows color (decimal): -1365190 or 3812331. OLE color: 3812331.

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

Color convert

RGB 235 43 58 -
CMYK 0 0.82 0.75 0.08
HSL 355.31º 0.83% 0.55% -
HSV(B) 355.31º 0.82% 0.92% -
XYZ 35.89 19.7 5.91 -
YUV 102.12 103.11 222.78 -
System Red Green Blue C M Y K H S L
Decimal 235 43 58 0 0.82 0.75 0.08 355.31 0.83 0.55
Hex EB 2B 3A 0 52 4B 8 163 53 37
Octal 353 53 72 0 122 113 10 543 123 67
Binary 11101011 101011 111010 0 1010010 1001011 1000 101100011 1010011 110111

Color Harmonies of #EB2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B3A

Black with #EB2B3A

Text Example


Text Example

White with #EB2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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