Html Css Color HEX #EF2922 Red Orange

📋 copy color: '#EF2922'

red 239 ◦ green 41 ◦ blue 34

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

Shades of Red Orange #EF2922

Tints of Red Orange #EF2922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 76.11%
G = 13.06%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2922 (or 0xEF2922) is known color: Red Orange. HEX triplet: EF, 29 and 22. RGB value is (239,41,34). Sum of RGB (Red+Green+Blue) = 239+41+34=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2922 is #10D6DD. Grayscale: #636363. Windows color (decimal): -1103582 or 2238959. OLE color: 2238959.

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

Color convert

RGB 239 41 34 -
CMYK 0 0.83 0.86 0.06
HSL 2.05º 0.86% 0.54% -
HSV(B) 2.05º 0.86% 0.94% -
XYZ 36.68 20.05 3.45 -
YUV 99.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 239 41 34 0 0.83 0.86 0.06 2.05 0.86 0.54
Hex EF 29 22 0 53 56 6 2 56 36
Octal 357 51 42 0 123 126 6 2 126 66
Binary 11101111 101001 100010 0 1010011 1010110 110 10 1010110 110110

Color Harmonies of #EF2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2922

Black with #EF2922

Text Example


Text Example

White with #EF2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2922; }

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

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

background-color css

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

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

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

border-color css

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

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

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