Html Css Color HEX #EF263A Alizarin

📋 copy color: '#EF263A'

red 239 ◦ green 38 ◦ blue 58

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

Shades of Alizarin #EF263A

Tints of Alizarin #EF263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.34%

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

R = 71.34%
G = 11.34%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF263A (or 0xEF263A) is known color: Alizarin. HEX triplet: EF, 26 and 3A. RGB value is (239,38,58). Sum of RGB (Red+Green+Blue) = 239+38+58=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF263A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF263A is #10D9C5. Grayscale: #646464. Windows color (decimal): -1104326 or 3811055. OLE color: 3811055.

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

Color convert

RGB 239 38 58 -
CMYK 0 0.84 0.76 0.06
HSL 354.03º 0.86% 0.54% -
HSV(B) 354.03º 0.84% 0.94% -
XYZ 37.05 20.04 5.92 -
YUV 100.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 239 38 58 0 0.84 0.76 0.06 354.03 0.86 0.54
Hex EF 26 3A 0 54 4C 6 162 56 36
Octal 357 46 72 0 124 114 6 542 126 66
Binary 11101111 100110 111010 0 1010100 1001100 110 101100010 1010110 110110

Color Harmonies of #EF263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF263A

Black with #EF263A

Text Example


Text Example

White with #EF263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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