Html Css Color HEX #EF1B3A Alizarin

📋 copy color: '#EF1B3A'

red 239 ◦ green 27 ◦ blue 58

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

Shades of Alizarin #EF1B3A

Tints of Alizarin #EF1B3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 73.77%
G = 8.33%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF1B3A (or 0xEF1B3A) is known color: Alizarin. HEX triplet: EF, 1B and 3A. RGB value is (239,27,58). Sum of RGB (Red+Green+Blue) = 239+27+58=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B3A is #10E4C5. Grayscale: #5E5E5E. Windows color (decimal): -1107142 or 3808239. OLE color: 3808239.

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

Color convert

RGB 239 27 58 -
CMYK 0 0.89 0.76 0.06
HSL 351.23º 0.87% 0.52% -
HSV(B) 351.23º 0.89% 0.94% -
XYZ 36.75 19.44 5.82 -
YUV 93.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 239 27 58 0 0.89 0.76 0.06 351.23 0.87 0.52
Hex EF 1B 3A 0 59 4C 6 15F 57 34
Octal 357 33 72 0 131 114 6 537 127 64
Binary 11101111 11011 111010 0 1011001 1001100 110 101011111 1010111 110100

Color Harmonies of #EF1B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B3A

Black with #EF1B3A

Text Example


Text Example

White with #EF1B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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