Html Css Color HEX #EF4514 Orange Red

📋 copy color: '#EF4514'

red 239 ◦ green 69 ◦ blue 20

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

Shades of Orange Red #EF4514

Tints of Orange Red #EF4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 72.87%
G = 21.04%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4514 (or 0xEF4514) is known color: Orange Red. HEX triplet: EF, 45 and 14. RGB value is (239,69,20). Sum of RGB (Red+Green+Blue) = 239+69+20=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4514 is #10BAEB. Grayscale: #727272. Windows color (decimal): -1096428 or 1328623. OLE color: 1328623.

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

Color convert

RGB 239 69 20 -
CMYK 0 0.71 0.92 0.06
HSL 13.42º 0.87% 0.51% -
HSV(B) 13.42º 0.92% 0.94% -
XYZ 37.85 22.66 3.04 -
YUV 114.24 74.82 216.98 -
System Red Green Blue C M Y K H S L
Decimal 239 69 20 0 0.71 0.92 0.06 13.42 0.87 0.51
Hex EF 45 14 0 47 5C 6 D 57 33
Octal 357 105 24 0 107 134 6 15 127 63
Binary 11101111 1000101 10100 0 1000111 1011100 110 1101 1010111 110011

Color Harmonies of #EF4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4514

Black with #EF4514

Text Example


Text Example

White with #EF4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4514; }

 p { color: rgb(239,69,20); }

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

background-color css

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

 a { background-color: rgb(239,69,20); }

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

border-color css

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

 span { border-color: rgb(239,69,20); }

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