Html Css Color HEX #EF292C Alizarin

📋 copy color: '#EF292C'

red 239 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #EF292C

Tints of Alizarin #EF292C

RGB

 RED value IS 239 (93.75% from 255) = 73.77%

 GREEN value IS 41 (16.41% from 255) = 12.65%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 73.77%
G = 12.65%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF292C (or 0xEF292C) is known color: Alizarin. HEX triplet: EF, 29 and 2C. RGB value is (239,41,44). Sum of RGB (Red+Green+Blue) = 239+41+44=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF292C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF292C is #10D6D3. Grayscale: #646464. Windows color (decimal): -1103572 or 2894319. OLE color: 2894319.

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

Color convert

RGB 239 41 44 -
CMYK 0 0.83 0.82 0.06
HSL 359.09º 0.86% 0.55% -
HSV(B) 359.09º 0.83% 0.94% -
XYZ 36.84 20.12 4.32 -
YUV 100.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 239 41 44 0 0.83 0.82 0.06 359.09 0.86 0.55
Hex EF 29 2C 0 53 52 6 167 56 37
Octal 357 51 54 0 123 122 6 547 126 67
Binary 11101111 101001 101100 0 1010011 1010010 110 101100111 1010110 110111

Color Harmonies of #EF292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF292C

Black with #EF292C

Text Example


Text Example

White with #EF292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF292C; }

 p { color: rgb(239,41,44); }

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

background-color css

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

 a { background-color: rgb(239,41,44); }

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

border-color css

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

 span { border-color: rgb(239,41,44); }

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