Html Css Color HEX #EF2323 Red Orange

📋 copy color: '#EF2323'

red 239 ◦ green 35 ◦ blue 35

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

Shades of Red Orange #EF2323

Tints of Red Orange #EF2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.33%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 77.35%
G = 11.33%
B = 11.33%

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

#EF2323 (or 0xEF2323) is known color: Red Orange. HEX triplet: EF, 23 and 23. RGB value is (239,35,35). Sum of RGB (Red+Green+Blue) = 239+35+35=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2323 is #10DCDC. Grayscale: #606060. Windows color (decimal): -1105117 or 2302959. OLE color: 2302959.

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

Color convert

RGB 239 35 35 -
CMYK 0 0.85 0.85 0.06
HSL 0.86% 0.54% -
HSV(B) 0.85% 0.94% -
XYZ 36.5 19.67 3.46 -
YUV 96 93.59 230 -
System Red Green Blue C M Y K H S L
Decimal 239 35 35 0 0.85 0.85 0.06 0 0.86 0.54
Hex EF 23 23 0 55 55 6 0 56 36
Octal 357 43 43 0 125 125 6 0 126 66
Binary 11101111 100011 100011 0 1010101 1010101 110 0 1010110 110110

Color Harmonies of #EF2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2323

Black with #EF2323

Text Example


Text Example

White with #EF2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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