Html Css Color HEX #EB2942 Alizarin

📋 copy color: '#EB2942'

red 235 ◦ green 41 ◦ blue 66

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

Shades of Alizarin #EB2942

Tints of Alizarin #EB2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 68.71%
G = 11.99%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2942 (or 0xEB2942) is known color: Alizarin. HEX triplet: EB, 29 and 42. RGB value is (235,41,66). Sum of RGB (Red+Green+Blue) = 235+41+66=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2942 is #14D6BD. Grayscale: #656565. Windows color (decimal): -1365694 or 4336107. OLE color: 4336107.

HSL color Cylindrical-coordinate representation of color #EB2942: hue angle of 352.27º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2942 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 66 -
CMYK 0 0.83 0.72 0.08
HSL 352.27º 0.83% 0.54% -
HSV(B) 352.27º 0.83% 0.92% -
XYZ 36.04 19.64 7.05 -
YUV 101.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 235 41 66 0 0.83 0.72 0.08 352.27 0.83 0.54
Hex EB 29 42 0 53 48 8 160 53 36
Octal 353 51 102 0 123 110 10 540 123 66
Binary 11101011 101001 1000010 0 1010011 1001000 1000 101100000 1010011 110110

Color Harmonies of #EB2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2942

Black with #EB2942

Text Example


Text Example

White with #EB2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2942; }

 p { color: rgb(235,41,66); }

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

background-color css

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

 a { background-color: rgb(235,41,66); }

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

border-color css

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

 span { border-color: rgb(235,41,66); }

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