Html Css Color HEX #EF3A0F Orange Red

📋 copy color: '#EF3A0F'

red 239 ◦ green 58 ◦ blue 15

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

Shades of Orange Red #EF3A0F

Tints of Orange Red #EF3A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.59%

 BLUE value IS 15 (6.25% from 255) = 4.81%

R = 76.6%
G = 18.59%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF3A0F (or 0xEF3A0F) is known color: Orange Red. HEX triplet: EF, 3A and 0F. RGB value is (239,58,15). Sum of RGB (Red+Green+Blue) = 239+58+15=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3A0F is #10C5F0. Grayscale: #6B6B6B. Windows color (decimal): -1099249 or 998127. OLE color: 998127.

HSL color Cylindrical-coordinate representation of color #EF3A0F: hue angle of 11.52º degrees, saturation: 0.88, 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 #EF3A0F is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 58 15 -
CMYK 0 0.76 0.94 0.06
HSL 11.52º 0.88% 0.5% -
HSV(B) 11.52º 0.94% 0.94% -
XYZ 37.2 21.41 2.62 -
YUV 107.22 75.97 222 -
System Red Green Blue C M Y K H S L
Decimal 239 58 15 0 0.76 0.94 0.06 11.52 0.88 0.5
Hex EF 3A F 0 4C 5E 6 C 58 32
Octal 357 72 17 0 114 136 6 14 130 62
Binary 11101111 111010 1111 0 1001100 1011110 110 1100 1011000 110010

Color Harmonies of #EF3A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3A0F

Black with #EF3A0F

Text Example


Text Example

White with #EF3A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3A0F; }

 p { color: rgb(239,58,15); }

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

background-color css

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

 a { background-color: rgb(239,58,15); }

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

border-color css

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

 span { border-color: rgb(239,58,15); }

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