Html Css Color HEX #EF1D3F Alizarin

📋 copy color: '#EF1D3F'

red 239 ◦ green 29 ◦ blue 63

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

Shades of Alizarin #EF1D3F

Tints of Alizarin #EF1D3F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.76%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 72.21%
G = 8.76%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF1D3F (or 0xEF1D3F) is known color: Alizarin. HEX triplet: EF, 1D and 3F. RGB value is (239,29,63). Sum of RGB (Red+Green+Blue) = 239+29+63=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D3F is #10E2C0. Grayscale: #5F5F5F. Windows color (decimal): -1106625 or 4136431. OLE color: 4136431.

HSL color Cylindrical-coordinate representation of color #EF1D3F: hue angle of 350.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D3F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 29 63 -
CMYK 0 0.88 0.74 0.06
HSL 350.29º 0.87% 0.53% -
HSV(B) 350.29º 0.88% 0.94% -
XYZ 36.93 19.59 6.54 -
YUV 95.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 239 29 63 0 0.88 0.74 0.06 350.29 0.87 0.53
Hex EF 1D 3F 0 58 4A 6 15E 57 35
Octal 357 35 77 0 130 112 6 536 127 65
Binary 11101111 11101 111111 0 1011000 1001010 110 101011110 1010111 110101

Color Harmonies of #EF1D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D3F

Black with #EF1D3F

Text Example


Text Example

White with #EF1D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D3F; }

 p { color: rgb(239,29,63); }

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

background-color css

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

 a { background-color: rgb(239,29,63); }

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

border-color css

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

 span { border-color: rgb(239,29,63); }

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