Html Css Color HEX #EF4415 Orange Red

📋 copy color: '#EF4415'

red 239 ◦ green 68 ◦ blue 21

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

Shades of Orange Red #EF4415

Tints of Orange Red #EF4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

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

R = 72.87%
G = 20.73%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF4415 (or 0xEF4415) is known color: Orange Red. HEX triplet: EF, 44 and 15. RGB value is (239,68,21). Sum of RGB (Red+Green+Blue) = 239+68+21=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4415 is #10BBEA. Grayscale: #727272. Windows color (decimal): -1096683 or 1393903. OLE color: 1393903.

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

Color convert

RGB 239 68 21 -
CMYK 0 0.72 0.91 0.06
HSL 12.94º 0.87% 0.51% -
HSV(B) 12.94º 0.91% 0.94% -
XYZ 37.8 22.54 3.07 -
YUV 113.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 239 68 21 0 0.72 0.91 0.06 12.94 0.87 0.51
Hex EF 44 15 0 48 5B 6 D 57 33
Octal 357 104 25 0 110 133 6 15 127 63
Binary 11101111 1000100 10101 0 1001000 1011011 110 1101 1010111 110011

Color Harmonies of #EF4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4415

Black with #EF4415

Text Example


Text Example

White with #EF4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4415; }

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

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

background-color css

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

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

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

border-color css

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

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

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