Html Css Color HEX #EB233D Alizarin

📋 copy color: '#EB233D'

red 235 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #EB233D

Tints of Alizarin #EB233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 71%
G = 10.57%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB233D (or 0xEB233D) is known color: Alizarin. HEX triplet: EB, 23 and 3D. RGB value is (235,35,61). Sum of RGB (Red+Green+Blue) = 235+35+61=331 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.00% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 235 - color contains mainly: red. Hex color #EB233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB233D is #14DCC2. Grayscale: #616161. Windows color (decimal): -1367235 or 4006891. OLE color: 4006891.

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

Color convert

RGB 235 35 61 -
CMYK 0 0.85 0.74 0.08
HSL 352.2º 0.83% 0.53% -
HSV(B) 352.2º 0.85% 0.92% -
XYZ 35.7 19.2 6.24 -
YUV 97.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 235 35 61 0 0.85 0.74 0.08 352.2 0.83 0.53
Hex EB 23 3D 0 55 4A 8 160 53 35
Octal 353 43 75 0 125 112 10 540 123 65
Binary 11101011 100011 111101 0 1010101 1001010 1000 101100000 1010011 110101

Color Harmonies of #EB233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB233D

Black with #EB233D

Text Example


Text Example

White with #EB233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB233D; }

 p { color: rgb(235,35,61); }

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

background-color css

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

 a { background-color: rgb(235,35,61); }

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

border-color css

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

 span { border-color: rgb(235,35,61); }

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