Html Css Color HEX #EF2A1E Red Orange

📋 copy color: '#EF2A1E'

red 239 ◦ green 42 ◦ blue 30

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

Shades of Red Orange #EF2A1E

Tints of Red Orange #EF2A1E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.5%

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

R = 76.85%
G = 13.5%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF2A1E (or 0xEF2A1E) is known color: Red Orange. HEX triplet: EF, 2A and 1E. RGB value is (239,42,30). Sum of RGB (Red+Green+Blue) = 239+42+30=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A1E is #10D5E1. Grayscale: #636363. Windows color (decimal): -1103330 or 1977071. OLE color: 1977071.

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

Color convert

RGB 239 42 30 -
CMYK 0 0.82 0.87 0.06
HSL 3.44º 0.87% 0.53% -
HSV(B) 3.44º 0.87% 0.94% -
XYZ 36.66 20.1 3.18 -
YUV 99.54 88.77 227.48 -
System Red Green Blue C M Y K H S L
Decimal 239 42 30 0 0.82 0.87 0.06 3.44 0.87 0.53
Hex EF 2A 1E 0 52 57 6 3 57 35
Octal 357 52 36 0 122 127 6 3 127 65
Binary 11101111 101010 11110 0 1010010 1010111 110 11 1010111 110101

Color Harmonies of #EF2A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A1E

Black with #EF2A1E

Text Example


Text Example

White with #EF2A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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