Html Css Color HEX #EB2A40 Alizarin

📋 copy color: '#EB2A40'

red 235 ◦ green 42 ◦ blue 64

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

Shades of Alizarin #EB2A40

Tints of Alizarin #EB2A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.32%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 68.91%
G = 12.32%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB2A40 (or 0xEB2A40) is known color: Alizarin. HEX triplet: EB, 2A and 40. RGB value is (235,42,64). Sum of RGB (Red+Green+Blue) = 235+42+64=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A40 is #14D5BF. Grayscale: #666666. Windows color (decimal): -1365440 or 4205291. OLE color: 4205291.

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

Color convert

RGB 235 42 64 -
CMYK 0 0.82 0.73 0.08
HSL 353.16º 0.83% 0.54% -
HSV(B) 353.16º 0.82% 0.92% -
XYZ 36.01 19.69 6.75 -
YUV 102.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 235 42 64 0 0.82 0.73 0.08 353.16 0.83 0.54
Hex EB 2A 40 0 52 49 8 161 53 36
Octal 353 52 100 0 122 111 10 541 123 66
Binary 11101011 101010 1000000 0 1010010 1001001 1000 101100001 1010011 110110

Color Harmonies of #EB2A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A40

Black with #EB2A40

Text Example


Text Example

White with #EB2A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A40; }

 p { color: rgb(235,42,64); }

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

background-color css

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

 a { background-color: rgb(235,42,64); }

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

border-color css

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

 span { border-color: rgb(235,42,64); }

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