Html Css Color HEX #EF2E28 Red Orange

📋 copy color: '#EF2E28'

red 239 ◦ green 46 ◦ blue 40

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

Shades of Red Orange #EF2E28

Tints of Red Orange #EF2E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 73.54%
G = 14.15%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2E28 (or 0xEF2E28) is known color: Red Orange. HEX triplet: EF, 2E and 28. RGB value is (239,46,40). Sum of RGB (Red+Green+Blue) = 239+46+40=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2E28 is #10D1D7. Grayscale: #676767. Windows color (decimal): -1102296 or 2633455. OLE color: 2633455.

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

Color convert

RGB 239 46 40 -
CMYK 0 0.81 0.83 0.06
HSL 1.81º 0.86% 0.55% -
HSV(B) 1.81º 0.83% 0.94% -
XYZ 36.96 20.46 4.01 -
YUV 103.02 92.44 224.99 -
System Red Green Blue C M Y K H S L
Decimal 239 46 40 0 0.81 0.83 0.06 1.81 0.86 0.55
Hex EF 2E 28 0 51 53 6 2 56 37
Octal 357 56 50 0 121 123 6 2 126 67
Binary 11101111 101110 101000 0 1010001 1010011 110 10 1010110 110111

Color Harmonies of #EF2E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E28

Black with #EF2E28

Text Example


Text Example

White with #EF2E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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