Html Css Color HEX #EF4913 Orange Red

📋 copy color: '#EF4913'

red 239 ◦ green 73 ◦ blue 19

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

Shades of Orange Red #EF4913

Tints of Orange Red #EF4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 72.21%
G = 22.05%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF4913 (or 0xEF4913) is known color: Orange Red. HEX triplet: EF, 49 and 13. RGB value is (239,73,19). Sum of RGB (Red+Green+Blue) = 239+73+19=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4913 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4913 is #10B6EC. Grayscale: #747474. Windows color (decimal): -1095405 or 1264111. OLE color: 1264111.

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

Color convert

RGB 239 73 19 -
CMYK 0 0.69 0.92 0.06
HSL 14.73º 0.87% 0.51% -
HSV(B) 14.73º 0.92% 0.94% -
XYZ 38.1 23.16 3.08 -
YUV 116.48 73 215.39 -
System Red Green Blue C M Y K H S L
Decimal 239 73 19 0 0.69 0.92 0.06 14.73 0.87 0.51
Hex EF 49 13 0 45 5C 6 F 57 33
Octal 357 111 23 0 105 134 6 17 127 63
Binary 11101111 1001001 10011 0 1000101 1011100 110 1111 1010111 110011

Color Harmonies of #EF4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4913

Black with #EF4913

Text Example


Text Example

White with #EF4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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