Html Css Color HEX #EB243A Alizarin

📋 copy color: '#EB243A'

red 235 ◦ green 36 ◦ blue 58

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

Shades of Alizarin #EB243A

Tints of Alizarin #EB243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.94%

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 71.43%
G = 10.94%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB243A (or 0xEB243A) is known color: Alizarin. HEX triplet: EB, 24 and 3A. RGB value is (235,36,58). Sum of RGB (Red+Green+Blue) = 235+36+58=329 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.43% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 235 - color contains mainly: red. Hex color #EB243A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB243A is #14DBC5. Grayscale: #626262. Windows color (decimal): -1366982 or 3810539. OLE color: 3810539.

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

Color convert

RGB 235 36 58 -
CMYK 0 0.85 0.75 0.08
HSL 353.37º 0.83% 0.53% -
HSV(B) 353.37º 0.85% 0.92% -
XYZ 35.66 19.23 5.84 -
YUV 98.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 235 36 58 0 0.85 0.75 0.08 353.37 0.83 0.53
Hex EB 24 3A 0 55 4B 8 161 53 35
Octal 353 44 72 0 125 113 10 541 123 65
Binary 11101011 100100 111010 0 1010101 1001011 1000 101100001 1010011 110101

Color Harmonies of #EB243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB243A

Black with #EB243A

Text Example


Text Example

White with #EB243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB243A; }

 p { color: rgb(235,36,58); }

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

background-color css

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

 a { background-color: rgb(235,36,58); }

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

border-color css

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

 span { border-color: rgb(235,36,58); }

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