Html Css Color HEX #EB192A Alizarin

📋 copy color: '#EB192A'

red 235 ◦ green 25 ◦ blue 42

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

Shades of Alizarin #EB192A

Tints of Alizarin #EB192A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 77.81%
G = 8.28%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB192A (or 0xEB192A) is known color: Alizarin. HEX triplet: EB, 19 and 2A. RGB value is (235,25,42). Sum of RGB (Red+Green+Blue) = 235+25+42=302 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.81% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192A is #14E6D5. Grayscale: #595959. Windows color (decimal): -1369814 or 2759147. OLE color: 2759147.

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

Color convert

RGB 235 25 42 -
CMYK 0 0.89 0.82 0.08
HSL 355.14º 0.84% 0.51% -
HSV(B) 355.14º 0.89% 0.92% -
XYZ 35.03 18.52 3.92 -
YUV 89.73 101.07 231.62 -
System Red Green Blue C M Y K H S L
Decimal 235 25 42 0 0.89 0.82 0.08 355.14 0.84 0.51
Hex EB 19 2A 0 59 52 8 163 54 33
Octal 353 31 52 0 131 122 10 543 124 63
Binary 11101011 11001 101010 0 1011001 1010010 1000 101100011 1010100 110011

Color Harmonies of #EB192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB192A

Black with #EB192A

Text Example


Text Example

White with #EB192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB192A; }

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

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

background-color css

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

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

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

border-color css

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

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

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