Html Css Color HEX #EF2F26 Red Orange

📋 copy color: '#EF2F26'

red 239 ◦ green 47 ◦ blue 38

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

Shades of Red Orange #EF2F26

Tints of Red Orange #EF2F26

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 73.77%
G = 14.51%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2F26 (or 0xEF2F26) is known color: Red Orange. HEX triplet: EF, 2F and 26. RGB value is (239,47,38). Sum of RGB (Red+Green+Blue) = 239+47+38=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F26 is #10D0D9. Grayscale: #676767. Windows color (decimal): -1102042 or 2502639. OLE color: 2502639.

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

Color convert

RGB 239 47 38 -
CMYK 0 0.80 0.84 0.06
HSL 2.69º 0.86% 0.54% -
HSV(B) 2.69º 0.84% 0.94% -
XYZ 36.96 20.52 3.85 -
YUV 103.38 91.11 224.73 -
System Red Green Blue C M Y K H S L
Decimal 239 47 38 0 0.80 0.84 0.06 2.69 0.86 0.54
Hex EF 2F 26 0 50 54 6 3 56 36
Octal 357 57 46 0 120 124 6 3 126 66
Binary 11101111 101111 100110 0 1010000 1010100 110 11 1010110 110110

Color Harmonies of #EF2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F26

Black with #EF2F26

Text Example


Text Example

White with #EF2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F26; }

 p { color: rgb(239,47,38); }

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

background-color css

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

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

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

border-color css

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

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

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