Html Css Color HEX #EF2E23 Red Orange

📋 copy color: '#EF2E23'

red 239 ◦ green 46 ◦ blue 35

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

Shades of Red Orange #EF2E23

Tints of Red Orange #EF2E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.94%

R = 74.69%
G = 14.38%
B = 10.94%

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

#EF2E23 (or 0xEF2E23) is known color: Red Orange. HEX triplet: EF, 2E and 23. RGB value is (239,46,35). Sum of RGB (Red+Green+Blue) = 239+46+35=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E23 is #10D1DC. Grayscale: #666666. Windows color (decimal): -1102301 or 2305775. OLE color: 2305775.

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

Color convert

RGB 239 46 35 -
CMYK 0 0.81 0.85 0.06
HSL 3.24º 0.86% 0.54% -
HSV(B) 3.24º 0.85% 0.94% -
XYZ 36.88 20.43 3.59 -
YUV 102.45 89.94 225.39 -
System Red Green Blue C M Y K H S L
Decimal 239 46 35 0 0.81 0.85 0.06 3.24 0.86 0.54
Hex EF 2E 23 0 51 55 6 3 56 36
Octal 357 56 43 0 121 125 6 3 126 66
Binary 11101111 101110 100011 0 1010001 1010101 110 11 1010110 110110

Color Harmonies of #EF2E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E23

Black with #EF2E23

Text Example


Text Example

White with #EF2E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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