Html Css Color HEX #EB152D Alizarin

📋 copy color: '#EB152D'

red 235 ◦ green 21 ◦ blue 45

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

Shades of Alizarin #EB152D

Tints of Alizarin #EB152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 78.07%
G = 6.98%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB152D (or 0xEB152D) is known color: Alizarin. HEX triplet: EB, 15 and 2D. RGB value is (235,21,45). Sum of RGB (Red+Green+Blue) = 235+21+45=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB152D is #14EAD2. Grayscale: #575757. Windows color (decimal): -1370835 or 2954731. OLE color: 2954731.

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

Color convert

RGB 235 21 45 -
CMYK 0 0.91 0.81 0.08
HSL 353.27º 0.84% 0.5% -
HSV(B) 353.27º 0.91% 0.92% -
XYZ 35 18.39 4.19 -
YUV 87.72 103.9 233.05 -
System Red Green Blue C M Y K H S L
Decimal 235 21 45 0 0.91 0.81 0.08 353.27 0.84 0.5
Hex EB 15 2D 0 5B 51 8 161 54 32
Octal 353 25 55 0 133 121 10 541 124 62
Binary 11101011 10101 101101 0 1011011 1010001 1000 101100001 1010100 110010

Color Harmonies of #EB152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB152D

Black with #EB152D

Text Example


Text Example

White with #EB152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB152D; }

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

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

background-color css

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

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

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

border-color css

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

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

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