Html Css Color HEX #EF2424 Red Orange

📋 copy color: '#EF2424'

red 239 ◦ green 36 ◦ blue 36

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

Shades of Red Orange #EF2424

Tints of Red Orange #EF2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.58%

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

R = 76.85%
G = 11.58%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2424 (or 0xEF2424) is known color: Red Orange. HEX triplet: EF, 24 and 24. RGB value is (239,36,36). Sum of RGB (Red+Green+Blue) = 239+36+36=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2424 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2424 is #10DBDB. Grayscale: #606060. Windows color (decimal): -1104860 or 2368751. OLE color: 2368751.

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

Color convert

RGB 239 36 36 -
CMYK 0 0.85 0.85 0.06
HSL 0.86% 0.54% -
HSV(B) 0.85% 0.94% -
XYZ 36.55 19.74 3.55 -
YUV 96.7 93.75 229.5 -
System Red Green Blue C M Y K H S L
Decimal 239 36 36 0 0.85 0.85 0.06 0 0.86 0.54
Hex EF 24 24 0 55 55 6 0 56 36
Octal 357 44 44 0 125 125 6 0 126 66
Binary 11101111 100100 100100 0 1010101 1010101 110 0 1010110 110110

Color Harmonies of #EF2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2424

Black with #EF2424

Text Example


Text Example

White with #EF2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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