Html Css Color HEX #EF2824 Red Orange

📋 copy color: '#EF2824'

red 239 ◦ green 40 ◦ blue 36

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

Shades of Red Orange #EF2824

Tints of Red Orange #EF2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.7%

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

R = 75.87%
G = 12.7%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF2824 (or 0xEF2824) is known color: Red Orange. HEX triplet: EF, 28 and 24. RGB value is (239,40,36). Sum of RGB (Red+Green+Blue) = 239+40+36=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2824 is #10D7DB. Grayscale: #636363. Windows color (decimal): -1103836 or 2369775. OLE color: 2369775.

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

Color convert

RGB 239 40 36 -
CMYK 0 0.83 0.85 0.06
HSL 1.18º 0.86% 0.54% -
HSV(B) 1.18º 0.85% 0.94% -
XYZ 36.67 20 3.6 -
YUV 99.05 92.43 227.83 -
System Red Green Blue C M Y K H S L
Decimal 239 40 36 0 0.83 0.85 0.06 1.18 0.86 0.54
Hex EF 28 24 0 53 55 6 1 56 36
Octal 357 50 44 0 123 125 6 1 126 66
Binary 11101111 101000 100100 0 1010011 1010101 110 1 1010110 110110

Color Harmonies of #EF2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2824

Black with #EF2824

Text Example


Text Example

White with #EF2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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