Html Css Color HEX #EF292D Alizarin

📋 copy color: '#EF292D'

red 239 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #EF292D

Tints of Alizarin #EF292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 73.54%
G = 12.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF292D (or 0xEF292D) is known color: Alizarin. HEX triplet: EF, 29 and 2D. RGB value is (239,41,45). Sum of RGB (Red+Green+Blue) = 239+41+45=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF292D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF292D is #10D6D2. Grayscale: #646464. Windows color (decimal): -1103571 or 2959855. OLE color: 2959855.

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

Color convert

RGB 239 41 45 -
CMYK 0 0.83 0.81 0.06
HSL 358.79º 0.86% 0.55% -
HSV(B) 358.79º 0.83% 0.94% -
XYZ 36.86 20.13 4.42 -
YUV 100.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 239 41 45 0 0.83 0.81 0.06 358.79 0.86 0.55
Hex EF 29 2D 0 53 51 6 167 56 37
Octal 357 51 55 0 123 121 6 547 126 67
Binary 11101111 101001 101101 0 1010011 1010001 110 101100111 1010110 110111

Color Harmonies of #EF292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF292D

Black with #EF292D

Text Example


Text Example

White with #EF292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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