Html Css Color HEX #EB2542 Alizarin

📋 copy color: '#EB2542'

red 235 ◦ green 37 ◦ blue 66

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

Shades of Alizarin #EB2542

Tints of Alizarin #EB2542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.95%

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

R = 69.53%
G = 10.95%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2542 (or 0xEB2542) is known color: Alizarin. HEX triplet: EB, 25 and 42. RGB value is (235,37,66). Sum of RGB (Red+Green+Blue) = 235+37+66=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2542 is #14DABD. Grayscale: #636363. Windows color (decimal): -1366718 or 4335083. OLE color: 4335083.

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

Color convert

RGB 235 37 66 -
CMYK 0 0.84 0.72 0.08
HSL 351.21º 0.83% 0.53% -
HSV(B) 351.21º 0.84% 0.92% -
XYZ 35.91 19.38 7 -
YUV 99.51 109.1 224.64 -
System Red Green Blue C M Y K H S L
Decimal 235 37 66 0 0.84 0.72 0.08 351.21 0.83 0.53
Hex EB 25 42 0 54 48 8 15F 53 35
Octal 353 45 102 0 124 110 10 537 123 65
Binary 11101011 100101 1000010 0 1010100 1001000 1000 101011111 1010011 110101

Color Harmonies of #EB2542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2542

Black with #EB2542

Text Example


Text Example

White with #EB2542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2542; }

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

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

background-color css

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

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

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

border-color css

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

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

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