Html Css Color HEX #EB152F Alizarin

📋 copy color: '#EB152F'

red 235 ◦ green 21 ◦ blue 47

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

Shades of Alizarin #EB152F

Tints of Alizarin #EB152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 77.56%
G = 6.93%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB152F (or 0xEB152F) is known color: Alizarin. HEX triplet: EB, 15 and 2F. RGB value is (235,21,47). Sum of RGB (Red+Green+Blue) = 235+21+47=303 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.56% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 235 - color contains mainly: red. Hex color #EB152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB152F is #14EAD0. Grayscale: #585858. Windows color (decimal): -1370833 or 3085803. OLE color: 3085803.

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

Color convert

RGB 235 21 47 -
CMYK 0 0.91 0.8 0.08
HSL 352.71º 0.84% 0.5% -
HSV(B) 352.71º 0.91% 0.92% -
XYZ 35.04 18.4 4.39 -
YUV 87.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 235 21 47 0 0.91 0.8 0.08 352.71 0.84 0.5
Hex EB 15 2F 0 5B 50 8 161 54 32
Octal 353 25 57 0 133 120 10 541 124 62
Binary 11101011 10101 101111 0 1011011 1010000 1000 101100001 1010100 110010

Color Harmonies of #EB152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB152F

Black with #EB152F

Text Example


Text Example

White with #EB152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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