Html Css Color HEX #EF3614 Orange Red

📋 copy color: '#EF3614'

red 239 ◦ green 54 ◦ blue 20

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

Shades of Orange Red #EF3614

Tints of Orange Red #EF3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 76.36%
G = 17.25%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF3614 (or 0xEF3614) is known color: Orange Red. HEX triplet: EF, 36 and 14. RGB value is (239,54,20). Sum of RGB (Red+Green+Blue) = 239+54+20=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3614 is #10C9EB. Grayscale: #696969. Windows color (decimal): -1100268 or 1324783. OLE color: 1324783.

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

Color convert

RGB 239 54 20 -
CMYK 0 0.77 0.92 0.06
HSL 9.32º 0.87% 0.51% -
HSV(B) 9.32º 0.92% 0.94% -
XYZ 37.04 21.04 2.77 -
YUV 105.44 79.79 223.26 -
System Red Green Blue C M Y K H S L
Decimal 239 54 20 0 0.77 0.92 0.06 9.32 0.87 0.51
Hex EF 36 14 0 4D 5C 6 9 57 33
Octal 357 66 24 0 115 134 6 11 127 63
Binary 11101111 110110 10100 0 1001101 1011100 110 1001 1010111 110011

Color Harmonies of #EF3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3614

Black with #EF3614

Text Example


Text Example

White with #EF3614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3614; }

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

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

background-color css

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

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

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

border-color css

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

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

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