Html Css Color HEX #EF4713 Orange Red

📋 copy color: '#EF4713'

red 239 ◦ green 71 ◦ blue 19

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

Shades of Orange Red #EF4713

Tints of Orange Red #EF4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 72.64%
G = 21.58%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4713 (or 0xEF4713) is known color: Orange Red. HEX triplet: EF, 47 and 13. RGB value is (239,71,19). Sum of RGB (Red+Green+Blue) = 239+71+19=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4713 is #10B8EC. Grayscale: #737373. Windows color (decimal): -1095917 or 1263599. OLE color: 1263599.

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

Color convert

RGB 239 71 19 -
CMYK 0 0.70 0.92 0.06
HSL 14.18º 0.87% 0.51% -
HSV(B) 14.18º 0.92% 0.94% -
XYZ 37.97 22.9 3.04 -
YUV 115.3 73.66 216.23 -
System Red Green Blue C M Y K H S L
Decimal 239 71 19 0 0.70 0.92 0.06 14.18 0.87 0.51
Hex EF 47 13 0 46 5C 6 E 57 33
Octal 357 107 23 0 106 134 6 16 127 63
Binary 11101111 1000111 10011 0 1000110 1011100 110 1110 1010111 110011

Color Harmonies of #EF4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4713

Black with #EF4713

Text Example


Text Example

White with #EF4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4713; }

 p { color: rgb(239,71,19); }

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

background-color css

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

 a { background-color: rgb(239,71,19); }

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

border-color css

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

 span { border-color: rgb(239,71,19); }

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