Html Css Color HEX #EF2B20 Red Orange

📋 copy color: '#EF2B20'

red 239 ◦ green 43 ◦ blue 32

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

Shades of Red Orange #EF2B20

Tints of Red Orange #EF2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 76.11%
G = 13.69%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2B20 (or 0xEF2B20) is known color: Red Orange. HEX triplet: EF, 2B and 20. RGB value is (239,43,32). Sum of RGB (Red+Green+Blue) = 239+43+32=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B20 is #10D4DF. Grayscale: #646464. Windows color (decimal): -1103072 or 2108399. OLE color: 2108399.

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

Color convert

RGB 239 43 32 -
CMYK 0 0.82 0.87 0.06
HSL 3.19º 0.87% 0.53% -
HSV(B) 3.19º 0.87% 0.94% -
XYZ 36.72 20.18 3.33 -
YUV 100.35 89.43 226.89 -
System Red Green Blue C M Y K H S L
Decimal 239 43 32 0 0.82 0.87 0.06 3.19 0.87 0.53
Hex EF 2B 20 0 52 57 6 3 57 35
Octal 357 53 40 0 122 127 6 3 127 65
Binary 11101111 101011 100000 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #EF2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B20

Black with #EF2B20

Text Example


Text Example

White with #EF2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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