Html Css Color HEX #EF3F0A Orange Red

📋 copy color: '#EF3F0A'

red 239 ◦ green 63 ◦ blue 10

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

Shades of Orange Red #EF3F0A

Tints of Orange Red #EF3F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 20.19%

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

R = 76.6%
G = 20.19%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF3F0A (or 0xEF3F0A) is known color: Orange Red. HEX triplet: EF, 3F and 0A. RGB value is (239,63,10). Sum of RGB (Red+Green+Blue) = 239+63+10=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F0A is #10C0F5. Grayscale: #6D6D6D. Windows color (decimal): -1097974 or 671727. OLE color: 671727.

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

Color convert

RGB 239 63 10 -
CMYK 0 0.74 0.96 0.06
HSL 13.89º 0.92% 0.49% -
HSV(B) 13.89º 0.96% 0.94% -
XYZ 37.43 21.93 2.55 -
YUV 109.58 71.81 220.31 -
System Red Green Blue C M Y K H S L
Decimal 239 63 10 0 0.74 0.96 0.06 13.89 0.92 0.49
Hex EF 3F A 0 4A 60 6 E 5C 31
Octal 357 77 12 0 112 140 6 16 134 61
Binary 11101111 111111 1010 0 1001010 1100000 110 1110 1011100 110001

Color Harmonies of #EF3F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3F0A

Black with #EF3F0A

Text Example


Text Example

White with #EF3F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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