Html Css Color HEX #EB242B Alizarin

📋 copy color: '#EB242B'

red 235 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #EB242B

Tints of Alizarin #EB242B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 74.84%
G = 11.46%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB242B (or 0xEB242B) is known color: Alizarin. HEX triplet: EB, 24 and 2B. RGB value is (235,36,43). Sum of RGB (Red+Green+Blue) = 235+36+43=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB242B is #14DBD4. Grayscale: #606060. Windows color (decimal): -1366997 or 2827499. OLE color: 2827499.

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

Color convert

RGB 235 36 43 -
CMYK 0 0.85 0.82 0.08
HSL 357.89º 0.83% 0.53% -
HSV(B) 357.89º 0.85% 0.92% -
XYZ 35.33 19.1 4.11 -
YUV 96.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 235 36 43 0 0.85 0.82 0.08 357.89 0.83 0.53
Hex EB 24 2B 0 55 52 8 166 53 35
Octal 353 44 53 0 125 122 10 546 123 65
Binary 11101011 100100 101011 0 1010101 1010010 1000 101100110 1010011 110101

Color Harmonies of #EB242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB242B

Black with #EB242B

Text Example


Text Example

White with #EB242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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