Html Css Color HEX #EF440A Orange Red

📋 copy color: '#EF440A'

red 239 ◦ green 68 ◦ blue 10

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

Shades of Orange Red #EF440A

Tints of Orange Red #EF440A

RGB

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

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

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

R = 75.39%
G = 21.45%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF440A (or 0xEF440A) is known color: Orange Red. HEX triplet: EF, 44 and 0A. RGB value is (239,68,10). Sum of RGB (Red+Green+Blue) = 239+68+10=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF440A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF440A is #10BBF5. Grayscale: #707070. Windows color (decimal): -1096694 or 673007. OLE color: 673007.

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

Color convert

RGB 239 68 10 -
CMYK 0 0.72 0.96 0.06
HSL 15.2º 0.92% 0.49% -
HSV(B) 15.2º 0.96% 0.94% -
XYZ 37.72 22.51 2.64 -
YUV 112.52 70.15 218.22 -
System Red Green Blue C M Y K H S L
Decimal 239 68 10 0 0.72 0.96 0.06 15.2 0.92 0.49
Hex EF 44 A 0 48 60 6 F 5C 31
Octal 357 104 12 0 110 140 6 17 134 61
Binary 11101111 1000100 1010 0 1001000 1100000 110 1111 1011100 110001

Color Harmonies of #EF440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF440A

Black with #EF440A

Text Example


Text Example

White with #EF440A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF440A; }

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

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

background-color css

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

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

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

border-color css

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

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

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