Html Css Color HEX #EB192F Alizarin

📋 copy color: '#EB192F'

red 235 ◦ green 25 ◦ blue 47

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

Shades of Alizarin #EB192F

Tints of Alizarin #EB192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.14%

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

R = 76.55%
G = 8.14%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB192F (or 0xEB192F) is known color: Alizarin. HEX triplet: EB, 19 and 2F. RGB value is (235,25,47). Sum of RGB (Red+Green+Blue) = 235+25+47=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192F is #14E6D0. Grayscale: #5A5A5A. Windows color (decimal): -1369809 or 3086827. OLE color: 3086827.

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

Color convert

RGB 235 25 47 -
CMYK 0 0.89 0.8 0.08
HSL 353.71º 0.84% 0.51% -
HSV(B) 353.71º 0.89% 0.92% -
XYZ 35.12 18.56 4.42 -
YUV 90.3 103.57 231.21 -
System Red Green Blue C M Y K H S L
Decimal 235 25 47 0 0.89 0.8 0.08 353.71 0.84 0.51
Hex EB 19 2F 0 59 50 8 162 54 33
Octal 353 31 57 0 131 120 10 542 124 63
Binary 11101011 11001 101111 0 1011001 1010000 1000 101100010 1010100 110011

Color Harmonies of #EB192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB192F

Black with #EB192F

Text Example


Text Example

White with #EB192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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