Html Css Color HEX #EF2C22 Red Orange

📋 copy color: '#EF2C22'

red 239 ◦ green 44 ◦ blue 34

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

Shades of Red Orange #EF2C22

Tints of Red Orange #EF2C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 75.39%
G = 13.88%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2C22 (or 0xEF2C22) is known color: Red Orange. HEX triplet: EF, 2C and 22. RGB value is (239,44,34). Sum of RGB (Red+Green+Blue) = 239+44+34=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C22 is #10D3DD. Grayscale: #656565. Windows color (decimal): -1102814 or 2239727. OLE color: 2239727.

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

Color convert

RGB 239 44 34 -
CMYK 0 0.82 0.86 0.06
HSL 2.93º 0.86% 0.54% -
HSV(B) 2.93º 0.86% 0.94% -
XYZ 36.79 20.27 3.49 -
YUV 101.17 90.1 226.31 -
System Red Green Blue C M Y K H S L
Decimal 239 44 34 0 0.82 0.86 0.06 2.93 0.86 0.54
Hex EF 2C 22 0 52 56 6 3 56 36
Octal 357 54 42 0 122 126 6 3 126 66
Binary 11101111 101100 100010 0 1010010 1010110 110 11 1010110 110110

Color Harmonies of #EF2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C22

Black with #EF2C22

Text Example


Text Example

White with #EF2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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