Html Css Color HEX #EF2D24 Red Orange

📋 copy color: '#EF2D24'

red 239 ◦ green 45 ◦ blue 36

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

Shades of Red Orange #EF2D24

Tints of Red Orange #EF2D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 74.69%
G = 14.06%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2D24 (or 0xEF2D24) is known color: Red Orange. HEX triplet: EF, 2D and 24. RGB value is (239,45,36). Sum of RGB (Red+Green+Blue) = 239+45+36=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D24 is #10D2DB. Grayscale: #666666. Windows color (decimal): -1102556 or 2371055. OLE color: 2371055.

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

Color convert

RGB 239 45 36 -
CMYK 0 0.81 0.85 0.06
HSL 2.66º 0.86% 0.54% -
HSV(B) 2.66º 0.85% 0.94% -
XYZ 36.85 20.35 3.66 -
YUV 101.98 90.77 225.73 -
System Red Green Blue C M Y K H S L
Decimal 239 45 36 0 0.81 0.85 0.06 2.66 0.86 0.54
Hex EF 2D 24 0 51 55 6 3 56 36
Octal 357 55 44 0 121 125 6 3 126 66
Binary 11101111 101101 100100 0 1010001 1010101 110 11 1010110 110110

Color Harmonies of #EF2D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D24

Black with #EF2D24

Text Example


Text Example

White with #EF2D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D24; }

 p { color: rgb(239,45,36); }

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

background-color css

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

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

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

border-color css

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

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

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