Html Css Color HEX #EF2F27 Red Orange

📋 copy color: '#EF2F27'

red 239 ◦ green 47 ◦ blue 39

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

Shades of Red Orange #EF2F27

Tints of Red Orange #EF2F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 73.54%
G = 14.46%
B = 12%

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

#EF2F27 (or 0xEF2F27) is known color: Red Orange. HEX triplet: EF, 2F and 27. RGB value is (239,47,39). Sum of RGB (Red+Green+Blue) = 239+47+39=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2F27 is #10D0D8. Grayscale: #676767. Windows color (decimal): -1102041 or 2568175. OLE color: 2568175.

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

Color convert

RGB 239 47 39 -
CMYK 0 0.80 0.84 0.06
HSL 2.4º 0.86% 0.55% -
HSV(B) 2.4º 0.84% 0.94% -
XYZ 36.98 20.53 3.93 -
YUV 103.5 91.61 224.65 -
System Red Green Blue C M Y K H S L
Decimal 239 47 39 0 0.80 0.84 0.06 2.4 0.86 0.55
Hex EF 2F 27 0 50 54 6 2 56 37
Octal 357 57 47 0 120 124 6 2 126 67
Binary 11101111 101111 100111 0 1010000 1010100 110 10 1010110 110111

Color Harmonies of #EF2F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F27

Black with #EF2F27

Text Example


Text Example

White with #EF2F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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