Html Css Color HEX #EF2A20 Red Orange

📋 copy color: '#EF2A20'

red 239 ◦ green 42 ◦ blue 32

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

Shades of Red Orange #EF2A20

Tints of Red Orange #EF2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.42%

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

R = 76.36%
G = 13.42%
B = 10.22%

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

#EF2A20 (or 0xEF2A20) is known color: Red Orange. HEX triplet: EF, 2A and 20. RGB value is (239,42,32). Sum of RGB (Red+Green+Blue) = 239+42+32=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A20 is #10D5DF. Grayscale: #646464. Windows color (decimal): -1103328 or 2108143. OLE color: 2108143.

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

Color convert

RGB 239 42 32 -
CMYK 0 0.82 0.87 0.06
HSL 2.9º 0.87% 0.53% -
HSV(B) 2.9º 0.87% 0.94% -
XYZ 36.69 20.11 3.31 -
YUV 99.76 89.77 227.31 -
System Red Green Blue C M Y K H S L
Decimal 239 42 32 0 0.82 0.87 0.06 2.9 0.87 0.53
Hex EF 2A 20 0 52 57 6 3 57 35
Octal 357 52 40 0 122 127 6 3 127 65
Binary 11101111 101010 100000 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #EF2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A20

Black with #EF2A20

Text Example


Text Example

White with #EF2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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