Html Css Color HEX #EF2E26 Red Orange

📋 copy color: '#EF2E26'

red 239 ◦ green 46 ◦ blue 38

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

Shades of Red Orange #EF2E26

Tints of Red Orange #EF2E26

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 239 46 38 -
CMYK 0 0.81 0.84 0.06
HSL 2.39º 0.86% 0.54% -
HSV(B) 2.39º 0.84% 0.94% -
XYZ 36.92 20.44 3.83 -
YUV 102.8 91.44 225.15 -
System Red Green Blue C M Y K H S L
Decimal 239 46 38 0 0.81 0.84 0.06 2.39 0.86 0.54
Hex EF 2E 26 0 51 54 6 2 56 36
Octal 357 56 46 0 121 124 6 2 126 66
Binary 11101111 101110 100110 0 1010001 1010100 110 10 1010110 110110

Color Harmonies of #EF2E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E26

Black with #EF2E26

Text Example


Text Example

White with #EF2E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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