Html Css Color HEX #EF410E Orange Red

📋 copy color: '#EF410E'

red 239 ◦ green 65 ◦ blue 14

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

Shades of Orange Red #EF410E

Tints of Orange Red #EF410E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 75.16%
G = 20.44%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF410E (or 0xEF410E) is known color: Orange Red. HEX triplet: EF, 41 and 0E. RGB value is (239,65,14). Sum of RGB (Red+Green+Blue) = 239+65+14=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF410E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF410E is #10BEF1. Grayscale: #6F6F6F. Windows color (decimal): -1097458 or 934383. OLE color: 934383.

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

Color convert

RGB 239 65 14 -
CMYK 0 0.73 0.94 0.06
HSL 13.6º 0.89% 0.5% -
HSV(B) 13.6º 0.94% 0.94% -
XYZ 37.57 22.16 2.71 -
YUV 111.21 73.15 219.15 -
System Red Green Blue C M Y K H S L
Decimal 239 65 14 0 0.73 0.94 0.06 13.6 0.89 0.5
Hex EF 41 E 0 49 5E 6 E 59 32
Octal 357 101 16 0 111 136 6 16 131 62
Binary 11101111 1000001 1110 0 1001001 1011110 110 1110 1011001 110010

Color Harmonies of #EF410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF410E

Black with #EF410E

Text Example


Text Example

White with #EF410E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF410E; }

 p { color: rgb(239,65,14); }

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

background-color css

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

 a { background-color: rgb(239,65,14); }

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

border-color css

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

 span { border-color: rgb(239,65,14); }

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