Html Css Color HEX #EF1B3F Alizarin

📋 copy color: '#EF1B3F'

red 239 ◦ green 27 ◦ blue 63

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

Shades of Alizarin #EF1B3F

Tints of Alizarin #EF1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

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

R = 72.64%
G = 8.21%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF1B3F (or 0xEF1B3F) is known color: Alizarin. HEX triplet: EF, 1B and 3F. RGB value is (239,27,63). Sum of RGB (Red+Green+Blue) = 239+27+63=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B3F is #10E4C0. Grayscale: #5E5E5E. Windows color (decimal): -1107137 or 4135919. OLE color: 4135919.

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

Color convert

RGB 239 27 63 -
CMYK 0 0.89 0.74 0.06
HSL 349.81º 0.87% 0.52% -
HSV(B) 349.81º 0.89% 0.94% -
XYZ 36.89 19.49 6.52 -
YUV 94.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 239 27 63 0 0.89 0.74 0.06 349.81 0.87 0.52
Hex EF 1B 3F 0 59 4A 6 15E 57 34
Octal 357 33 77 0 131 112 6 536 127 64
Binary 11101111 11011 111111 0 1011001 1001010 110 101011110 1010111 110100

Color Harmonies of #EF1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B3F

Black with #EF1B3F

Text Example


Text Example

White with #EF1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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