Html Css Color HEX #EB192D Alizarin

📋 copy color: '#EB192D'

red 235 ◦ green 25 ◦ blue 45

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

Shades of Alizarin #EB192D

Tints of Alizarin #EB192D

RGB

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

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

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

R = 77.05%
G = 8.2%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB192D (or 0xEB192D) is known color: Alizarin. HEX triplet: EB, 19 and 2D. RGB value is (235,25,45). Sum of RGB (Red+Green+Blue) = 235+25+45=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB192D is #14E6D2. Grayscale: #5A5A5A. Windows color (decimal): -1369811 or 2955755. OLE color: 2955755.

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

Color convert

RGB 235 25 45 -
CMYK 0 0.89 0.81 0.08
HSL 354.29º 0.84% 0.51% -
HSV(B) 354.29º 0.89% 0.92% -
XYZ 35.08 18.55 4.21 -
YUV 90.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 235 25 45 0 0.89 0.81 0.08 354.29 0.84 0.51
Hex EB 19 2D 0 59 51 8 162 54 33
Octal 353 31 55 0 131 121 10 542 124 63
Binary 11101011 11001 101101 0 1011001 1010001 1000 101100010 1010100 110011

Color Harmonies of #EB192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB192D

Black with #EB192D

Text Example


Text Example

White with #EB192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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