Html Css Color HEX #EB2D3F Alizarin

📋 copy color: '#EB2D3F'

red 235 ◦ green 45 ◦ blue 63

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

Shades of Alizarin #EB2D3F

Tints of Alizarin #EB2D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.37%

R = 68.51%
G = 13.12%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2D3F (or 0xEB2D3F) is known color: Alizarin. HEX triplet: EB, 2D and 3F. RGB value is (235,45,63). Sum of RGB (Red+Green+Blue) = 235+45+63=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2D3F is #14D2C0. Grayscale: #676767. Windows color (decimal): -1364673 or 4140523. OLE color: 4140523.

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

Color convert

RGB 235 45 63 -
CMYK 0 0.81 0.73 0.08
HSL 354.32º 0.83% 0.55% -
HSV(B) 354.32º 0.81% 0.92% -
XYZ 36.1 19.9 6.64 -
YUV 103.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 235 45 63 0 0.81 0.73 0.08 354.32 0.83 0.55
Hex EB 2D 3F 0 51 49 8 162 53 37
Octal 353 55 77 0 121 111 10 542 123 67
Binary 11101011 101101 111111 0 1010001 1001001 1000 101100010 1010011 110111

Color Harmonies of #EB2D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D3F

Black with #EB2D3F

Text Example


Text Example

White with #EB2D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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