Html Css Color HEX #EB2742 Alizarin

📋 copy color: '#EB2742'

red 235 ◦ green 39 ◦ blue 66

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

Shades of Alizarin #EB2742

Tints of Alizarin #EB2742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

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

R = 69.12%
G = 11.47%
B = 19.41%

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

#EB2742 (or 0xEB2742) is known color: Alizarin. HEX triplet: EB, 27 and 42. RGB value is (235,39,66). Sum of RGB (Red+Green+Blue) = 235+39+66=340 (45% of max value = 765). Red value is 235 (92.19% from 255 or 69.12% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2742 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2742 is #14D8BD. Grayscale: #646464. Windows color (decimal): -1366206 or 4335595. OLE color: 4335595.

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

Color convert

RGB 235 39 66 -
CMYK 0 0.83 0.72 0.08
HSL 351.73º 0.83% 0.54% -
HSV(B) 351.73º 0.83% 0.92% -
XYZ 35.97 19.51 7.02 -
YUV 100.68 108.43 223.8 -
System Red Green Blue C M Y K H S L
Decimal 235 39 66 0 0.83 0.72 0.08 351.73 0.83 0.54
Hex EB 27 42 0 53 48 8 160 53 36
Octal 353 47 102 0 123 110 10 540 123 66
Binary 11101011 100111 1000010 0 1010011 1001000 1000 101100000 1010011 110110

Color Harmonies of #EB2742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2742

Black with #EB2742

Text Example


Text Example

White with #EB2742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2742; }

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

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

background-color css

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

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

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

border-color css

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

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

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