Html Css Color HEX #EF2222 Red Orange

📋 copy color: '#EF2222'

red 239 ◦ green 34 ◦ blue 34

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

Shades of Red Orange #EF2222

Tints of Red Orange #EF2222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.07%

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

R = 77.85%
G = 11.07%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2222 (or 0xEF2222) is known color: Red Orange. HEX triplet: EF, 22 and 22. RGB value is (239,34,34). Sum of RGB (Red+Green+Blue) = 239+34+34=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 34 (13.67% from 255 or 11.07% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2222 is #10DDDD. Grayscale: #5F5F5F. Windows color (decimal): -1105374 or 2237167. OLE color: 2237167.

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

Color convert

RGB 239 34 34 -
CMYK 0 0.86 0.86 0.06
HSL 0.86% 0.54% -
HSV(B) 0.86% 0.94% -
XYZ 36.46 19.61 3.38 -
YUV 95.3 93.42 230.5 -
System Red Green Blue C M Y K H S L
Decimal 239 34 34 0 0.86 0.86 0.06 0 0.86 0.54
Hex EF 22 22 0 56 56 6 0 56 36
Octal 357 42 42 0 126 126 6 0 126 66
Binary 11101111 100010 100010 0 1010110 1010110 110 0 1010110 110110

Color Harmonies of #EF2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2222

Black with #EF2222

Text Example


Text Example

White with #EF2222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2222; }

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

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

background-color css

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

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

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

border-color css

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

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

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