Html Css Color HEX #EF2321 Red Orange

📋 copy color: '#EF2321'

red 239 ◦ green 35 ◦ blue 33

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

Shades of Red Orange #EF2321

Tints of Red Orange #EF2321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.75%

R = 77.85%
G = 11.4%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2321 (or 0xEF2321) is known color: Red Orange. HEX triplet: EF, 23 and 21. RGB value is (239,35,33). Sum of RGB (Red+Green+Blue) = 239+35+33=307 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.85% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2321 is #10DCDE. Grayscale: #5F5F5F. Windows color (decimal): -1105119 or 2171887. OLE color: 2171887.

HSL color Cylindrical-coordinate representation of color #EF2321: hue angle of 0.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2321 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 33 -
CMYK 0 0.85 0.86 0.06
HSL 0.58º 0.87% 0.53% -
HSV(B) 0.58º 0.86% 0.94% -
XYZ 36.47 19.66 3.31 -
YUV 95.77 92.59 230.16 -
System Red Green Blue C M Y K H S L
Decimal 239 35 33 0 0.85 0.86 0.06 0.58 0.87 0.53
Hex EF 23 21 0 55 56 6 1 57 35
Octal 357 43 41 0 125 126 6 1 127 65
Binary 11101111 100011 100001 0 1010101 1010110 110 1 1010111 110101

Color Harmonies of #EF2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2321

Black with #EF2321

Text Example


Text Example

White with #EF2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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