Html Css Color HEX #EF312E Red Orange

📋 copy color: '#EF312E'

red 239 ◦ green 49 ◦ blue 46

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

Shades of Red Orange #EF312E

Tints of Red Orange #EF312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 71.56%
G = 14.67%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF312E (or 0xEF312E) is known color: Red Orange. HEX triplet: EF, 31 and 2E. RGB value is (239,49,46). Sum of RGB (Red+Green+Blue) = 239+49+46=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF312E is #10CED1. Grayscale: #696969. Windows color (decimal): -1101522 or 3027439. OLE color: 3027439.

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

Color convert

RGB 239 49 46 -
CMYK 0 0.79 0.81 0.06
HSL 0.93º 0.86% 0.56% -
HSV(B) 0.93º 0.81% 0.94% -
XYZ 37.19 20.74 4.63 -
YUV 105.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 239 49 46 0 0.79 0.81 0.06 0.93 0.86 0.56
Hex EF 31 2E 0 4F 51 6 1 56 38
Octal 357 61 56 0 117 121 6 1 126 70
Binary 11101111 110001 101110 0 1001111 1010001 110 1 1010110 111000

Color Harmonies of #EF312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF312E

Black with #EF312E

Text Example


Text Example

White with #EF312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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