Html Css Color HEX #EC242B Alizarin

📋 copy color: '#EC242B'

red 236 ◦ green 36 ◦ blue 43

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

Shades of Alizarin #EC242B

Tints of Alizarin #EC242B

RGB

 RED value IS 236 (92.58% from 255) = 74.92%

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

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

R = 74.92%
G = 11.43%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC242B (or 0xEC242B) is known color: Alizarin. HEX triplet: EC, 24 and 2B. RGB value is (236,36,43). Sum of RGB (Red+Green+Blue) = 236+36+43=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC242B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC242B is #13DBD4. Grayscale: #606060. Windows color (decimal): -1301461 or 2827500. OLE color: 2827500.

HSL color Cylindrical-coordinate representation of color #EC242B: hue angle of 357.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC242B is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 43 -
CMYK 0 0.85 0.82 0.07
HSL 357.9º 0.84% 0.53% -
HSV(B) 357.9º 0.85% 0.93% -
XYZ 35.66 19.27 4.13 -
YUV 96.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 236 36 43 0 0.85 0.82 0.07 357.9 0.84 0.53
Hex EC 24 2B 0 55 52 7 166 54 35
Octal 354 44 53 0 125 122 7 546 124 65
Binary 11101100 100100 101011 0 1010101 1010010 111 101100110 1010100 110101

Color Harmonies of #EC242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC242B

Black with #EC242B

Text Example


Text Example

White with #EC242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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