Html Css Color HEX #EF292F Alizarin

📋 copy color: '#EF292F'

red 239 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #EF292F

Tints of Alizarin #EF292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 73.09%
G = 12.54%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF292F (or 0xEF292F) is known color: Alizarin. HEX triplet: EF, 29 and 2F. RGB value is (239,41,47). Sum of RGB (Red+Green+Blue) = 239+41+47=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF292F is #10D6D0. Grayscale: #656565. Windows color (decimal): -1103569 or 3090927. OLE color: 3090927.

HSL color Cylindrical-coordinate representation of color #EF292F: hue angle of 358.18º 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 #EF292F is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 41 47 -
CMYK 0 0.83 0.80 0.06
HSL 358.18º 0.86% 0.55% -
HSV(B) 358.18º 0.83% 0.94% -
XYZ 36.9 20.14 4.63 -
YUV 100.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 239 41 47 0 0.83 0.80 0.06 358.18 0.86 0.55
Hex EF 29 2F 0 53 50 6 166 56 37
Octal 357 51 57 0 123 120 6 546 126 67
Binary 11101111 101001 101111 0 1010011 1010000 110 101100110 1010110 110111

Color Harmonies of #EF292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF292F

Black with #EF292F

Text Example


Text Example

White with #EF292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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