Html Css Color HEX #EF410A Orange Red

📋 copy color: '#EF410A'

red 239 ◦ green 65 ◦ blue 10

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

Shades of Orange Red #EF410A

Tints of Orange Red #EF410A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 76.11%
G = 20.7%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF410A (or 0xEF410A) is known color: Orange Red. HEX triplet: EF, 41 and 0A. RGB value is (239,65,10). Sum of RGB (Red+Green+Blue) = 239+65+10=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF410A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF410A is #10BEF5. Grayscale: #6F6F6F. Windows color (decimal): -1097462 or 672239. OLE color: 672239.

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

Color convert

RGB 239 65 10 -
CMYK 0 0.73 0.96 0.06
HSL 14.41º 0.92% 0.49% -
HSV(B) 14.41º 0.96% 0.94% -
XYZ 37.54 22.15 2.58 -
YUV 110.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 239 65 10 0 0.73 0.96 0.06 14.41 0.92 0.49
Hex EF 41 A 0 49 60 6 E 5C 31
Octal 357 101 12 0 111 140 6 16 134 61
Binary 11101111 1000001 1010 0 1001001 1100000 110 1110 1011100 110001

Color Harmonies of #EF410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF410A

Black with #EF410A

Text Example


Text Example

White with #EF410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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