Html Css Color HEX #EF262E Alizarin

📋 copy color: '#EF262E'

red 239 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #EF262E

Tints of Alizarin #EF262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 73.99%
G = 11.76%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF262E (or 0xEF262E) is known color: Alizarin. HEX triplet: EF, 26 and 2E. RGB value is (239,38,46). Sum of RGB (Red+Green+Blue) = 239+38+46=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF262E is #10D9D1. Grayscale: #636363. Windows color (decimal): -1104338 or 3024623. OLE color: 3024623.

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

Color convert

RGB 239 38 46 -
CMYK 0 0.84 0.81 0.06
HSL 357.61º 0.86% 0.54% -
HSV(B) 357.61º 0.84% 0.94% -
XYZ 36.78 19.93 4.49 -
YUV 99.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 239 38 46 0 0.84 0.81 0.06 357.61 0.86 0.54
Hex EF 26 2E 0 54 51 6 166 56 36
Octal 357 46 56 0 124 121 6 546 126 66
Binary 11101111 100110 101110 0 1010100 1010001 110 101100110 1010110 110110

Color Harmonies of #EF262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF262E

Black with #EF262E

Text Example


Text Example

White with #EF262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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