Html Css Color HEX #EF2522 Red Orange

📋 copy color: '#EF2522'

red 239 ◦ green 37 ◦ blue 34

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

Shades of Red Orange #EF2522

Tints of Red Orange #EF2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 77.1%
G = 11.94%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2522 (or 0xEF2522) is known color: Red Orange. HEX triplet: EF, 25 and 22. RGB value is (239,37,34). Sum of RGB (Red+Green+Blue) = 239+37+34=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2522 is #10DADD. Grayscale: #616161. Windows color (decimal): -1104606 or 2237935. OLE color: 2237935.

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

Color convert

RGB 239 37 34 -
CMYK 0 0.85 0.86 0.06
HSL 0.88º 0.86% 0.54% -
HSV(B) 0.88º 0.86% 0.94% -
XYZ 36.55 19.79 3.41 -
YUV 97.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 239 37 34 0 0.85 0.86 0.06 0.88 0.86 0.54
Hex EF 25 22 0 55 56 6 1 56 36
Octal 357 45 42 0 125 126 6 1 126 66
Binary 11101111 100101 100010 0 1010101 1010110 110 1 1010110 110110

Color Harmonies of #EF2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2522

Black with #EF2522

Text Example


Text Example

White with #EF2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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