Html Css Color HEX #EF2E2B Red Orange

📋 copy color: '#EF2E2B'

red 239 ◦ green 46 ◦ blue 43

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

Shades of Red Orange #EF2E2B

Tints of Red Orange #EF2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.11%

R = 72.87%
G = 14.02%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF2E2B (or 0xEF2E2B) is known color: Red Orange. HEX triplet: EF, 2E and 2B. RGB value is (239,46,43). Sum of RGB (Red+Green+Blue) = 239+46+43=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E2B is #10D1D4. Grayscale: #676767. Windows color (decimal): -1102293 or 2830063. OLE color: 2830063.

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

Color convert

RGB 239 46 43 -
CMYK 0 0.81 0.82 0.06
HSL 0.92º 0.86% 0.55% -
HSV(B) 0.92º 0.82% 0.94% -
XYZ 37.01 20.48 4.29 -
YUV 103.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 239 46 43 0 0.81 0.82 0.06 0.92 0.86 0.55
Hex EF 2E 2B 0 51 52 6 1 56 37
Octal 357 56 53 0 121 122 6 1 126 67
Binary 11101111 101110 101011 0 1010001 1010010 110 1 1010110 110111

Color Harmonies of #EF2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E2B

Black with #EF2E2B

Text Example


Text Example

White with #EF2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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