Html Css Color HEX #EF263E Alizarin

📋 copy color: '#EF263E'

red 239 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #EF263E

Tints of Alizarin #EF263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 70.5%
G = 11.21%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF263E (or 0xEF263E) is known color: Alizarin. HEX triplet: EF, 26 and 3E. RGB value is (239,38,62). Sum of RGB (Red+Green+Blue) = 239+38+62=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF263E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF263E is #10D9C1. Grayscale: #646464. Windows color (decimal): -1104322 or 4073199. OLE color: 4073199.

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

Color convert

RGB 239 38 62 -
CMYK 0 0.84 0.74 0.06
HSL 352.84º 0.86% 0.54% -
HSV(B) 352.84º 0.84% 0.94% -
XYZ 37.16 20.08 6.48 -
YUV 100.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 239 38 62 0 0.84 0.74 0.06 352.84 0.86 0.54
Hex EF 26 3E 0 54 4A 6 161 56 36
Octal 357 46 76 0 124 112 6 541 126 66
Binary 11101111 100110 111110 0 1010100 1001010 110 101100001 1010110 110110

Color Harmonies of #EF263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF263E

Black with #EF263E

Text Example


Text Example

White with #EF263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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