Html Css Color HEX #EF2D23 Red Orange

📋 copy color: '#EF2D23'

red 239 ◦ green 45 ◦ blue 35

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

Shades of Red Orange #EF2D23

Tints of Red Orange #EF2D23

RGB

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

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

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

R = 74.92%
G = 14.11%
B = 10.97%

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

#EF2D23 (or 0xEF2D23) is known color: Red Orange. HEX triplet: EF, 2D and 23. RGB value is (239,45,35). Sum of RGB (Red+Green+Blue) = 239+45+35=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D23 is #10D2DC. Grayscale: #666666. Windows color (decimal): -1102557 or 2305519. OLE color: 2305519.

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

Color convert

RGB 239 45 35 -
CMYK 0 0.81 0.85 0.06
HSL 2.94º 0.86% 0.54% -
HSV(B) 2.94º 0.85% 0.94% -
XYZ 36.84 20.35 3.58 -
YUV 101.87 90.27 225.81 -
System Red Green Blue C M Y K H S L
Decimal 239 45 35 0 0.81 0.85 0.06 2.94 0.86 0.54
Hex EF 2D 23 0 51 55 6 3 56 36
Octal 357 55 43 0 121 125 6 3 126 66
Binary 11101111 101101 100011 0 1010001 1010101 110 11 1010110 110110

Color Harmonies of #EF2D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2D23

Black with #EF2D23

Text Example


Text Example

White with #EF2D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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