Html Css Color HEX #EF2C27 Red Orange

📋 copy color: '#EF2C27'

red 239 ◦ green 44 ◦ blue 39

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

Shades of Red Orange #EF2C27

Tints of Red Orange #EF2C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.66%

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

R = 74.22%
G = 13.66%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2C27 (or 0xEF2C27) is known color: Red Orange. HEX triplet: EF, 2C and 27. RGB value is (239,44,39). Sum of RGB (Red+Green+Blue) = 239+44+39=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 39 (15.62% from 255 or 12.11% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2C27 is #10D3D8. Grayscale: #656565. Windows color (decimal): -1102809 or 2567407. OLE color: 2567407.

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

Color convert

RGB 239 44 39 -
CMYK 0 0.82 0.84 0.06
HSL 1.5º 0.86% 0.55% -
HSV(B) 1.5º 0.84% 0.94% -
XYZ 36.86 20.3 3.89 -
YUV 101.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 239 44 39 0 0.82 0.84 0.06 1.5 0.86 0.55
Hex EF 2C 27 0 52 54 6 2 56 37
Octal 357 54 47 0 122 124 6 2 126 67
Binary 11101111 101100 100111 0 1010010 1010100 110 10 1010110 110111

Color Harmonies of #EF2C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2C27

Black with #EF2C27

Text Example


Text Example

White with #EF2C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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