Html Css Color HEX #EB2328 Alizarin

📋 copy color: '#EB2328'

red 235 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #EB2328

Tints of Alizarin #EB2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.9%

R = 75.81%
G = 11.29%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2328 (or 0xEB2328) is known color: Alizarin. HEX triplet: EB, 23 and 28. RGB value is (235,35,40). Sum of RGB (Red+Green+Blue) = 235+35+40=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2328 is #14DCD7. Grayscale: #5F5F5F. Windows color (decimal): -1367256 or 2630635. OLE color: 2630635.

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

Color convert

RGB 235 35 40 -
CMYK 0 0.85 0.83 0.08
HSL 358.5º 0.83% 0.53% -
HSV(B) 358.5º 0.85% 0.92% -
XYZ 35.24 19.02 3.82 -
YUV 95.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 235 35 40 0 0.85 0.83 0.08 358.5 0.83 0.53
Hex EB 23 28 0 55 53 8 166 53 35
Octal 353 43 50 0 125 123 10 546 123 65
Binary 11101011 100011 101000 0 1010101 1010011 1000 101100110 1010011 110101

Color Harmonies of #EB2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2328

Black with #EB2328

Text Example


Text Example

White with #EB2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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