Html Css Color HEX #EF291E Red Orange

📋 copy color: '#EF291E'

red 239 ◦ green 41 ◦ blue 30

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

Shades of Red Orange #EF291E

Tints of Red Orange #EF291E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 77.1%
G = 13.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF291E (or 0xEF291E) is known color: Red Orange. HEX triplet: EF, 29 and 1E. RGB value is (239,41,30). Sum of RGB (Red+Green+Blue) = 239+41+30=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF291E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF291E is #10D6E1. Grayscale: #636363. Windows color (decimal): -1103586 or 1976815. OLE color: 1976815.

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

Color convert

RGB 239 41 30 -
CMYK 0 0.83 0.87 0.06
HSL 3.16º 0.87% 0.53% -
HSV(B) 3.16º 0.87% 0.94% -
XYZ 36.62 20.03 3.16 -
YUV 98.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 239 41 30 0 0.83 0.87 0.06 3.16 0.87 0.53
Hex EF 29 1E 0 53 57 6 3 57 35
Octal 357 51 36 0 123 127 6 3 127 65
Binary 11101111 101001 11110 0 1010011 1010111 110 11 1010111 110101

Color Harmonies of #EF291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF291E

Black with #EF291E

Text Example


Text Example

White with #EF291E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF291E; }

 p { color: rgb(239,41,30); }

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

background-color css

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

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

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

border-color css

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

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

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