Html Css Color HEX #EF1E2F Alizarin

📋 copy color: '#EF1E2F'

red 239 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #EF1E2F

Tints of Alizarin #EF1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

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

R = 75.63%
G = 9.49%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF1E2F (or 0xEF1E2F) is known color: Alizarin. HEX triplet: EF, 1E and 2F. RGB value is (239,30,47). Sum of RGB (Red+Green+Blue) = 239+30+47=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E2F is #10E1D0. Grayscale: #5E5E5E. Windows color (decimal): -1106385 or 3088111. OLE color: 3088111.

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

Color convert

RGB 239 30 47 -
CMYK 0 0.87 0.80 0.06
HSL 355.12º 0.87% 0.53% -
HSV(B) 355.12º 0.87% 0.94% -
XYZ 36.57 19.48 4.52 -
YUV 94.43 101.24 231.12 -
System Red Green Blue C M Y K H S L
Decimal 239 30 47 0 0.87 0.80 0.06 355.12 0.87 0.53
Hex EF 1E 2F 0 57 50 6 163 57 35
Octal 357 36 57 0 127 120 6 543 127 65
Binary 11101111 11110 101111 0 1010111 1010000 110 101100011 1010111 110101

Color Harmonies of #EF1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1E2F

Black with #EF1E2F

Text Example


Text Example

White with #EF1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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