Html Css Color HEX #EF2D2F Alizarin

📋 copy color: '#EF2D2F'

red 239 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #EF2D2F

Tints of Alizarin #EF2D2F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.6%

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

R = 72.21%
G = 13.6%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF2D2F (or 0xEF2D2F) is known color: Alizarin. HEX triplet: EF, 2D and 2F. RGB value is (239,45,47). Sum of RGB (Red+Green+Blue) = 239+45+47=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D2F is #10D2D0. Grayscale: #676767. Windows color (decimal): -1102545 or 3091951. OLE color: 3091951.

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

Color convert

RGB 239 45 47 -
CMYK 0 0.81 0.80 0.06
HSL 359.38º 0.86% 0.56% -
HSV(B) 359.38º 0.81% 0.94% -
XYZ 37.05 20.43 4.68 -
YUV 103.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 239 45 47 0 0.81 0.80 0.06 359.38 0.86 0.56
Hex EF 2D 2F 0 51 50 6 167 56 38
Octal 357 55 57 0 121 120 6 547 126 70
Binary 11101111 101101 101111 0 1010001 1010000 110 101100111 1010110 111000

Color Harmonies of #EF2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D2F

Black with #EF2D2F

Text Example


Text Example

White with #EF2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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