Html Css Color HEX #EF2621 Red Orange

📋 copy color: '#EF2621'

red 239 ◦ green 38 ◦ blue 33

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

Shades of Red Orange #EF2621

Tints of Red Orange #EF2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 77.1%
G = 12.26%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF2621 (or 0xEF2621) is known color: Red Orange. HEX triplet: EF, 26 and 21. RGB value is (239,38,33). Sum of RGB (Red+Green+Blue) = 239+38+33=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2621 is #10D9DE. Grayscale: #616161. Windows color (decimal): -1104351 or 2172655. OLE color: 2172655.

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

Color convert

RGB 239 38 33 -
CMYK 0 0.84 0.86 0.06
HSL 1.46º 0.87% 0.53% -
HSV(B) 1.46º 0.86% 0.94% -
XYZ 36.56 19.85 3.34 -
YUV 97.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 239 38 33 0 0.84 0.86 0.06 1.46 0.87 0.53
Hex EF 26 21 0 54 56 6 1 57 35
Octal 357 46 41 0 124 126 6 1 127 65
Binary 11101111 100110 100001 0 1010100 1010110 110 1 1010111 110101

Color Harmonies of #EF2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2621

Black with #EF2621

Text Example


Text Example

White with #EF2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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