Html Css Color HEX #EF4814 Orange Red

📋 copy color: '#EF4814'

red 239 ◦ green 72 ◦ blue 20

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

Shades of Orange Red #EF4814

Tints of Orange Red #EF4814

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 72.21%
G = 21.75%
B = 6.04%

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

#EF4814 (or 0xEF4814) is known color: Orange Red. HEX triplet: EF, 48 and 14. RGB value is (239,72,20). Sum of RGB (Red+Green+Blue) = 239+72+20=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4814 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4814 is #10B7EB. Grayscale: #747474. Windows color (decimal): -1095660 or 1329391. OLE color: 1329391.

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

Color convert

RGB 239 72 20 -
CMYK 0 0.70 0.92 0.06
HSL 14.25º 0.87% 0.51% -
HSV(B) 14.25º 0.92% 0.94% -
XYZ 38.04 23.04 3.1 -
YUV 116.01 73.83 215.73 -
System Red Green Blue C M Y K H S L
Decimal 239 72 20 0 0.70 0.92 0.06 14.25 0.87 0.51
Hex EF 48 14 0 46 5C 6 E 57 33
Octal 357 110 24 0 106 134 6 16 127 63
Binary 11101111 1001000 10100 0 1000110 1011100 110 1110 1010111 110011

Color Harmonies of #EF4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4814

Black with #EF4814

Text Example


Text Example

White with #EF4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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