Html Css Color HEX #EF2E25 Red Orange

📋 copy color: '#EF2E25'

red 239 ◦ green 46 ◦ blue 37

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

Shades of Red Orange #EF2E25

Tints of Red Orange #EF2E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.49%

R = 74.22%
G = 14.29%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2E25 (or 0xEF2E25) is known color: Red Orange. HEX triplet: EF, 2E and 25. RGB value is (239,46,37). Sum of RGB (Red+Green+Blue) = 239+46+37=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E25 is #10D1DA. Grayscale: #666666. Windows color (decimal): -1102299 or 2436847. OLE color: 2436847.

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

Color convert

RGB 239 46 37 -
CMYK 0 0.81 0.85 0.06
HSL 2.67º 0.86% 0.54% -
HSV(B) 2.67º 0.85% 0.94% -
XYZ 36.91 20.44 3.75 -
YUV 102.68 90.94 225.23 -
System Red Green Blue C M Y K H S L
Decimal 239 46 37 0 0.81 0.85 0.06 2.67 0.86 0.54
Hex EF 2E 25 0 51 55 6 3 56 36
Octal 357 56 45 0 121 125 6 3 126 66
Binary 11101111 101110 100101 0 1010001 1010101 110 11 1010110 110110

Color Harmonies of #EF2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E25

Black with #EF2E25

Text Example


Text Example

White with #EF2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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