Html Css Color HEX #EB162C Alizarin

📋 copy color: '#EB162C'

red 235 ◦ green 22 ◦ blue 44

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

Shades of Alizarin #EB162C

Tints of Alizarin #EB162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 78.07%
G = 7.31%
B = 14.62%

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

#EB162C (or 0xEB162C) is known color: Alizarin. HEX triplet: EB, 16 and 2C. RGB value is (235,22,44). Sum of RGB (Red+Green+Blue) = 235+22+44=301 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.07% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 235 - color contains mainly: red. Hex color #EB162C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB162C is #14E9D3. Grayscale: #585858. Windows color (decimal): -1370580 or 2889451. OLE color: 2889451.

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

Color convert

RGB 235 22 44 -
CMYK 0 0.91 0.81 0.08
HSL 353.8º 0.84% 0.5% -
HSV(B) 353.8º 0.91% 0.92% -
XYZ 35 18.42 4.09 -
YUV 88.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 235 22 44 0 0.91 0.81 0.08 353.8 0.84 0.5
Hex EB 16 2C 0 5B 51 8 162 54 32
Octal 353 26 54 0 133 121 10 542 124 62
Binary 11101011 10110 101100 0 1011011 1010001 1000 101100010 1010100 110010

Color Harmonies of #EB162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB162C

Black with #EB162C

Text Example


Text Example

White with #EB162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB162C; }

 p { color: rgb(235,22,44); }

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

background-color css

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

 a { background-color: rgb(235,22,44); }

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

border-color css

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

 span { border-color: rgb(235,22,44); }

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