Html Css Color HEX #EF4015 Orange Red

📋 copy color: '#EF4015'

red 239 ◦ green 64 ◦ blue 21

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

Shades of Orange Red #EF4015

Tints of Orange Red #EF4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 73.77%
G = 19.75%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF4015 (or 0xEF4015) is known color: Orange Red. HEX triplet: EF, 40 and 15. RGB value is (239,64,21). Sum of RGB (Red+Green+Blue) = 239+64+21=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4015 is #10BFEA. Grayscale: #6F6F6F. Windows color (decimal): -1097707 or 1392879. OLE color: 1392879.

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

Color convert

RGB 239 64 21 -
CMYK 0 0.73 0.91 0.06
HSL 11.83º 0.87% 0.51% -
HSV(B) 11.83º 0.91% 0.94% -
XYZ 37.57 22.07 2.99 -
YUV 111.42 76.98 219 -
System Red Green Blue C M Y K H S L
Decimal 239 64 21 0 0.73 0.91 0.06 11.83 0.87 0.51
Hex EF 40 15 0 49 5B 6 C 57 33
Octal 357 100 25 0 111 133 6 14 127 63
Binary 11101111 1000000 10101 0 1001001 1011011 110 1100 1010111 110011

Color Harmonies of #EF4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4015

Black with #EF4015

Text Example


Text Example

White with #EF4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4015; }

 p { color: rgb(239,64,21); }

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

background-color css

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

 a { background-color: rgb(239,64,21); }

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

border-color css

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

 span { border-color: rgb(239,64,21); }

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