Html Css Color HEX #EF4310 Orange Red

📋 copy color: '#EF4310'

red 239 ◦ green 67 ◦ blue 16

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

Shades of Orange Red #EF4310

Tints of Orange Red #EF4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 74.22%
G = 20.81%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF4310 (or 0xEF4310) is known color: Orange Red. HEX triplet: EF, 43 and 10. RGB value is (239,67,16). Sum of RGB (Red+Green+Blue) = 239+67+16=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4310 is #10BCEF. Grayscale: #707070. Windows color (decimal): -1096944 or 1065967. OLE color: 1065967.

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

Color convert

RGB 239 67 16 -
CMYK 0 0.72 0.93 0.06
HSL 13.72º 0.87% 0.5% -
HSV(B) 13.72º 0.93% 0.94% -
XYZ 37.7 22.4 2.83 -
YUV 112.61 73.48 218.15 -
System Red Green Blue C M Y K H S L
Decimal 239 67 16 0 0.72 0.93 0.06 13.72 0.87 0.5
Hex EF 43 10 0 48 5D 6 E 57 32
Octal 357 103 20 0 110 135 6 16 127 62
Binary 11101111 1000011 10000 0 1001000 1011101 110 1110 1010111 110010

Color Harmonies of #EF4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4310

Black with #EF4310

Text Example


Text Example

White with #EF4310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4310; }

 p { color: rgb(239,67,16); }

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

background-color css

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

 a { background-color: rgb(239,67,16); }

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

border-color css

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

 span { border-color: rgb(239,67,16); }

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