Html Css Color HEX #EF2B24 Red Orange

📋 copy color: '#EF2B24'

red 239 ◦ green 43 ◦ blue 36

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

Shades of Red Orange #EF2B24

Tints of Red Orange #EF2B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 75.16%
G = 13.52%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2B24 (or 0xEF2B24) is known color: Red Orange. HEX triplet: EF, 2B and 24. RGB value is (239,43,36). Sum of RGB (Red+Green+Blue) = 239+43+36=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2B24 is #10D4DB. Grayscale: #656565. Windows color (decimal): -1103068 or 2370543. OLE color: 2370543.

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

Color convert

RGB 239 43 36 -
CMYK 0 0.82 0.85 0.06
HSL 2.07º 0.86% 0.54% -
HSV(B) 2.07º 0.85% 0.94% -
XYZ 36.78 20.21 3.63 -
YUV 100.81 91.43 226.57 -
System Red Green Blue C M Y K H S L
Decimal 239 43 36 0 0.82 0.85 0.06 2.07 0.86 0.54
Hex EF 2B 24 0 52 55 6 2 56 36
Octal 357 53 44 0 122 125 6 2 126 66
Binary 11101111 101011 100100 0 1010010 1010101 110 10 1010110 110110

Color Harmonies of #EF2B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B24

Black with #EF2B24

Text Example


Text Example

White with #EF2B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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