Html Css Color HEX #EF2826 Red Orange

📋 copy color: '#EF2826'

red 239 ◦ green 40 ◦ blue 38

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

Shades of Red Orange #EF2826

Tints of Red Orange #EF2826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 75.39%
G = 12.62%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2826 (or 0xEF2826) is known color: Red Orange. HEX triplet: EF, 28 and 26. RGB value is (239,40,38). Sum of RGB (Red+Green+Blue) = 239+40+38=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2826 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2826 is #10D7D9. Grayscale: #636363. Windows color (decimal): -1103834 or 2500847. OLE color: 2500847.

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

Color convert

RGB 239 40 38 -
CMYK 0 0.83 0.84 0.06
HSL 0.6º 0.86% 0.54% -
HSV(B) 0.6º 0.84% 0.94% -
XYZ 36.71 20.01 3.76 -
YUV 99.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 239 40 38 0 0.83 0.84 0.06 0.6 0.86 0.54
Hex EF 28 26 0 53 54 6 1 56 36
Octal 357 50 46 0 123 124 6 1 126 66
Binary 11101111 101000 100110 0 1010011 1010100 110 1 1010110 110110

Color Harmonies of #EF2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2826

Black with #EF2826

Text Example


Text Example

White with #EF2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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