Html Css Color HEX #EB2B42 Alizarin

📋 copy color: '#EB2B42'

red 235 ◦ green 43 ◦ blue 66

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

Shades of Alizarin #EB2B42

Tints of Alizarin #EB2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.5%

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

R = 68.31%
G = 12.5%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2B42 (or 0xEB2B42) is known color: Alizarin. HEX triplet: EB, 2B and 42. RGB value is (235,43,66). Sum of RGB (Red+Green+Blue) = 235+43+66=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2B42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2B42 is #14D4BD. Grayscale: #676767. Windows color (decimal): -1365182 or 4336619. OLE color: 4336619.

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

Color convert

RGB 235 43 66 -
CMYK 0 0.82 0.72 0.08
HSL 352.81º 0.83% 0.55% -
HSV(B) 352.81º 0.82% 0.92% -
XYZ 36.11 19.78 7.07 -
YUV 103.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 235 43 66 0 0.82 0.72 0.08 352.81 0.83 0.55
Hex EB 2B 42 0 52 48 8 161 53 37
Octal 353 53 102 0 122 110 10 541 123 67
Binary 11101011 101011 1000010 0 1010010 1001000 1000 101100001 1010011 110111

Color Harmonies of #EB2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2B42

Black with #EB2B42

Text Example


Text Example

White with #EB2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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