Html Css Color HEX #EF2C20 Red Orange

📋 copy color: '#EF2C20'

red 239 ◦ green 44 ◦ blue 32

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

Shades of Red Orange #EF2C20

Tints of Red Orange #EF2C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

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

R = 75.87%
G = 13.97%
B = 10.16%

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

#EF2C20 (or 0xEF2C20) is known color: Red Orange. HEX triplet: EF, 2C and 20. RGB value is (239,44,32). Sum of RGB (Red+Green+Blue) = 239+44+32=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C20 is #10D3DF. Grayscale: #656565. Windows color (decimal): -1102816 or 2108655. OLE color: 2108655.

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

Color convert

RGB 239 44 32 -
CMYK 0 0.82 0.87 0.06
HSL 3.48º 0.87% 0.53% -
HSV(B) 3.48º 0.87% 0.94% -
XYZ 36.76 20.26 3.34 -
YUV 100.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 239 44 32 0 0.82 0.87 0.06 3.48 0.87 0.53
Hex EF 2C 20 0 52 57 6 3 57 35
Octal 357 54 40 0 122 127 6 3 127 65
Binary 11101111 101100 100000 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #EF2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C20

Black with #EF2C20

Text Example


Text Example

White with #EF2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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